Class: Aws::Connect::Types::CreateAgentStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateAgentStatusResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_status_arn ⇒ String
The Amazon Resource Name (ARN) of the agent status.
-
#agent_status_id ⇒ String
The identifier of the agent status.
Instance Attribute Details
#agent_status_arn ⇒ String
The Amazon Resource Name (ARN) of the agent status.
3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3287 class CreateAgentStatusResponse < Struct.new( :agent_status_arn, :agent_status_id) SENSITIVE = [] include Aws::Structure end |
#agent_status_id ⇒ String
The identifier of the agent status.
3287 3288 3289 3290 3291 3292 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3287 class CreateAgentStatusResponse < Struct.new( :agent_status_arn, :agent_status_id) SENSITIVE = [] include Aws::Structure end |