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

Class: Aws::SSM::Types::DescribeAssociationRequest

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

Overview

Note:

When passing DescribeAssociationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "DocumentARN",
  instance_id: "InstanceId",
  association_id: "AssociationId",
  association_version: "AssociationVersion",
}

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The association ID for which you want information.

Returns:

  • (String)

    The association ID for which you want information.

#association_versionString

Specify the association version to retrieve. To view the latest version, either specify $LATEST for this parameter, or omit this parameter. To view a list of all associations for an instance, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.

Returns:

  • (String)

    Specify the association version to retrieve.

#instance_idString

The instance ID.

Returns:

  • (String)

    The instance ID.

#nameString

The name of the Systems Manager document.

Returns:

  • (String)

    The name of the Systems Manager document.