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

Class: Aws::SSM::Types::Association

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

Overview

Describes an association of a Systems Manager document and an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID created by the system when you create an association. An association is a binding between a document and a set of targets with a schedule.

Returns:

  • (String)

    The ID created by the system when you create an association.

#association_nameString

The association name.

Returns:

  • (String)

    The association name.

#association_versionString

The association version.

Returns:

  • (String)

    The association version.

#document_versionString

The version of the document used in the association.

Returns:

  • (String)

    The version of the document used in the association.

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#last_execution_dateTime

The date on which the association was last run.

Returns:

  • (Time)

    The date on which the association was last run.

#nameString

The name of the Systems Manager document.

Returns:

  • (String)

    The name of the Systems Manager document.

#overviewTypes::AssociationOverview

Information about the association.

Returns:

#schedule_expressionString

A cron expression that specifies a schedule when the association runs.

Returns:

  • (String)

    A cron expression that specifies a schedule when the association runs.

#targetsArray<Types::Target>

The instances targeted by the request to create an association.

Returns:

  • (Array<Types::Target>)

    The instances targeted by the request to create an association.