Class: Aws::Connect::Types::AgentStatusSummary

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

Overview

Summary information for an agent status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 344

class AgentStatusSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier for an agent status.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 344

class AgentStatusSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 344

class AgentStatusSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 344

class AgentStatusSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the agent status.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 344

class AgentStatusSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the agent status.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 344

class AgentStatusSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end