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

Class: Aws::SSM::Types::AssociationExecution

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

Overview

Includes information about the specified association.

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The association ID.

Returns:

  • (String)

    The association ID.

#association_versionString

The association version.

Returns:

  • (String)

    The association version.

#created_timeTime

The time the execution started.

Returns:

  • (Time)

    The time the execution started.

#detailed_statusString

Detailed status information about the execution.

Returns:

  • (String)

    Detailed status information about the execution.

#execution_idString

The execution ID for the association.

Returns:

  • (String)

    The execution ID for the association.

#last_execution_dateTime

The date of the last execution.

Returns:

  • (Time)

    The date of the last execution.

#resource_count_by_statusString

An aggregate status of the resources in the execution based on the status type.

Returns:

  • (String)

    An aggregate status of the resources in the execution based on the status type.

#statusString

The status of the association execution.

Returns:

  • (String)

    The status of the association execution.