Class: Aws::GroundStation::Types::AggregateStatus

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

Overview

Aggregate status of Agent components.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#signature_mapHash<String,Boolean>

Sparse map of failure signatures.

Returns:

  • (Hash<String,Boolean>)


70
71
72
73
74
75
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 70

class AggregateStatus < Struct.new(
  :status,
  :signature_map)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Aggregate status.

Returns:

  • (String)


70
71
72
73
74
75
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 70

class AggregateStatus < Struct.new(
  :status,
  :signature_map)
  SENSITIVE = []
  include Aws::Structure
end