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)


307
308
309
310
311
312
313
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 307

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)


307
308
309
310
311
312
313
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 307

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)


307
308
309
310
311
312
313
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 307

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