Class: Aws::Connect::Types::AgentStatusReference

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

Overview

Information about the agent's status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#status_arnString

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

Returns:

  • (String)


351
352
353
354
355
356
357
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 351

class AgentStatusReference < Struct.new(
  :status_start_timestamp,
  :status_arn,
  :status_name)
  SENSITIVE = []
  include Aws::Structure
end

#status_nameString

The name of the agent status.

Returns:

  • (String)


351
352
353
354
355
356
357
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 351

class AgentStatusReference < Struct.new(
  :status_start_timestamp,
  :status_arn,
  :status_name)
  SENSITIVE = []
  include Aws::Structure
end

#status_start_timestampTime

The start timestamp of the agent's status.

Returns:

  • (Time)


351
352
353
354
355
356
357
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 351

class AgentStatusReference < Struct.new(
  :status_start_timestamp,
  :status_arn,
  :status_name)
  SENSITIVE = []
  include Aws::Structure
end