Class: Aws::Connect::Types::CreateAgentStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateAgentStatusResponse
- Includes:
- Structure
- Defined in:
- 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.
3135 3136 3137 3138 3139 3140 |
# File 'lib/aws-sdk-connect/types.rb', line 3135 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.
3135 3136 3137 3138 3139 3140 |
# File 'lib/aws-sdk-connect/types.rb', line 3135 class CreateAgentStatusResponse < Struct.new( :agent_status_arn, :agent_status_id) SENSITIVE = [] include Aws::Structure end |