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>)


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

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

#statusString

Aggregate status.

Returns:

  • (String)


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

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