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

Class: Aws::SSM::Types::AssociationExecutionTarget

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

Overview

Includes information about the specified association execution.

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.

#detailed_statusString

Detailed information about the execution status.

Returns:

  • (String)

    Detailed information about the execution status.

#execution_idString

The execution ID.

Returns:

  • (String)

    The execution ID.

#last_execution_dateTime

The date of the last execution.

Returns:

  • (Time)

    The date of the last execution.

#output_sourceTypes::OutputSource

The location where the association details are saved.

Returns:

#resource_idString

The resource ID, for example, the instance ID where the association ran.

Returns:

  • (String)

    The resource ID, for example, the instance ID where the association ran.

#resource_typeString

The resource type, for example, instance.

Returns:

  • (String)

    The resource type, for example, instance.

#statusString

The association execution status.

Returns:

  • (String)

    The association execution status.