Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SSM::Types::AssociationOverview

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

Overview

Information about the association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_status_aggregated_countHash<String,Integer>

Returns the number of targets for the association status. For example, if you created an association with two managed nodes, and one of them was successful, this would return the count of managed nodes by status.

Returns:

  • (Hash<String,Integer>)

856
857
858
859
860
861
862
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 856

class AssociationOverview < Struct.new(
  :status,
  :detailed_status,
  :association_status_aggregated_count)
  SENSITIVE = []
  include Aws::Structure
end

#detailed_statusString

A detailed status of the association.

Returns:

  • (String)

856
857
858
859
860
861
862
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 856

class AssociationOverview < Struct.new(
  :status,
  :detailed_status,
  :association_status_aggregated_count)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the association. Status can be: Pending, Success, or Failed.

Returns:

  • (String)

856
857
858
859
860
861
862
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 856

class AssociationOverview < Struct.new(
  :status,
  :detailed_status,
  :association_status_aggregated_count)
  SENSITIVE = []
  include Aws::Structure
end