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)


2295
2296
2297
2298
2299
2300
# File 'lib/aws-sdk-connect/types.rb', line 2295

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)


2295
2296
2297
2298
2299
2300
# File 'lib/aws-sdk-connect/types.rb', line 2295

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