Class: Aws::SSM::Types::InstanceAggregatedAssociationOverview

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Status information about the aggregated associations.

Instance Attribute Summary collapse

Instance Attribute Details

#detailed_statusString

Detailed status information about the aggregated associations.

Returns:

  • (String)


7082
7083
7084
7085
7086
# File 'lib/aws-sdk-ssm/types.rb', line 7082

class InstanceAggregatedAssociationOverview < Struct.new(
  :detailed_status,
  :instance_association_status_aggregated_count)
  include Aws::Structure
end

#instance_association_status_aggregated_countHash<String,Integer>

The number of associations for the instance(s).

Returns:

  • (Hash<String,Integer>)


7082
7083
7084
7085
7086
# File 'lib/aws-sdk-ssm/types.rb', line 7082

class InstanceAggregatedAssociationOverview < Struct.new(
  :detailed_status,
  :instance_association_status_aggregated_count)
  include Aws::Structure
end