Class: Aws::DevOpsAgent::Types::CreateChatRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::CreateChatRequest
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Request structure for creating a new chat
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters).
-
#user_id ⇒ String
The user identifier for the chat.
-
#user_type ⇒ String
The authentication type of the user.
Instance Attribute Details
#agent_space_id ⇒ String
Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)
605 606 607 608 609 610 611 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 605 class CreateChatRequest < Struct.new( :agent_space_id, :user_id, :user_type) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user identifier for the chat
605 606 607 608 609 610 611 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 605 class CreateChatRequest < Struct.new( :agent_space_id, :user_id, :user_type) SENSITIVE = [] include Aws::Structure end |
#user_type ⇒ String
The authentication type of the user
605 606 607 608 609 610 611 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 605 class CreateChatRequest < Struct.new( :agent_space_id, :user_id, :user_type) SENSITIVE = [] include Aws::Structure end |