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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3729

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)


3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3729

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