Class: Aws::Connect::Types::PutUserStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PutUserStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_status_id ⇒ String
The identifier of the agent status.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#user_id ⇒ String
The identifier of the user.
Instance Attribute Details
#agent_status_id ⇒ String
The identifier of the agent status.
26235 26236 26237 26238 26239 26240 26241 |
# File 'lib/aws-sdk-connect/types.rb', line 26235 class PutUserStatusRequest < Struct.new( :user_id, :instance_id, :agent_status_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
26235 26236 26237 26238 26239 26240 26241 |
# File 'lib/aws-sdk-connect/types.rb', line 26235 class PutUserStatusRequest < Struct.new( :user_id, :instance_id, :agent_status_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user.
26235 26236 26237 26238 26239 26240 26241 |
# File 'lib/aws-sdk-connect/types.rb', line 26235 class PutUserStatusRequest < Struct.new( :user_id, :instance_id, :agent_status_id) SENSITIVE = [] include Aws::Structure end |