Class: Aws::Connect::Types::AgentStatusIdentifier

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

Overview

Information about the agent status assigned to the user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


404
405
406
407
408
409
# File 'lib/aws-sdk-connect/types.rb', line 404

class AgentStatusIdentifier < Struct.new(
  :arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the agent status.

Returns:

  • (String)


404
405
406
407
408
409
# File 'lib/aws-sdk-connect/types.rb', line 404

class AgentStatusIdentifier < Struct.new(
  :arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end