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

Class: Aws::SSM::Types::DeleteAssociationRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The association ID that you want to delete.

Returns:

  • (String)

    The association ID that you want to delete.

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#nameString

The name of the Systems Manager document.

Returns:

  • (String)

    The name of the Systems Manager document.