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.

Returns:

  • (String)


2949
2950
2951
2952
2953
2954
# File 'lib/aws-sdk-connect/types.rb', line 2949

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

#agent_status_idString

The identifier of the agent status.

Returns:

  • (String)


2949
2950
2951
2952
2953
2954
# File 'lib/aws-sdk-connect/types.rb', line 2949

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