Class: Aws::Connect::Types::CreateAgentStatusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_status_arnString

The Amazon Resource Name (ARN) of the agent status.



4809
4810
4811
4812
4813
4814
# File 'lib/aws-sdk-connect/types.rb', line 4809

class CreateAgentStatusResponse < Struct.new(
  :agent_status_arn,
  :agent_status_id)
  SENSITIVE = []
  include Aws::Structure
end

#agent_status_idString

The identifier of the agent status.



4809
4810
4811
4812
4813
4814
# File 'lib/aws-sdk-connect/types.rb', line 4809

class CreateAgentStatusResponse < Struct.new(
  :agent_status_arn,
  :agent_status_id)
  SENSITIVE = []
  include Aws::Structure
end