Class: Aws::GroundStation::Types::AggregateStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::AggregateStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Aggregate status of Agent components.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#signature_map ⇒ Hash<String,Boolean>
Sparse map of failure signatures.
-
#status ⇒ String
Aggregate status.
Instance Attribute Details
#signature_map ⇒ Hash<String,Boolean>
Sparse map of failure signatures.
69 70 71 72 73 74 |
# File 'lib/aws-sdk-groundstation/types.rb', line 69 class AggregateStatus < Struct.new( :signature_map, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Aggregate status.
69 70 71 72 73 74 |
# File 'lib/aws-sdk-groundstation/types.rb', line 69 class AggregateStatus < Struct.new( :signature_map, :status) SENSITIVE = [] include Aws::Structure end |