You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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 instances, and one of them was successful, this would return the count of instances by status.

Returns:

  • (Hash<String,Integer>)

    Returns the number of targets for the association status.

#detailed_statusString

A detailed status of the association.

Returns:

  • (String)

    A detailed status of the association.

#statusString

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

Returns:

  • (String)

    The status of the association.