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)


2479
2480
2481
2482
2483
2484
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2479

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)


2479
2480
2481
2482
2483
2484
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2479

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