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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The association ID that you want to delete.

Returns:

  • (String)


3986
3987
3988
3989
3990
3991
3992
# File 'lib/aws-sdk-ssm/types.rb', line 3986

class DeleteAssociationRequest < Struct.new(
  :name,
  :instance_id,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The managed node ID.

<note markdown=“1”> ‘InstanceId` has been deprecated. To specify a managed node ID for an association, use the `Targets` parameter. Requests that include the parameter `InstanceID` with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter `InstanceId`, you can’t use the parameters ‘AssociationName`, `DocumentVersion`, `MaxErrors`, `MaxConcurrency`, `OutputLocation`, or `ScheduleExpression`. To use these parameters, you must use the `Targets` parameter.

</note>

Returns:

  • (String)


3986
3987
3988
3989
3990
3991
3992
# File 'lib/aws-sdk-ssm/types.rb', line 3986

class DeleteAssociationRequest < Struct.new(
  :name,
  :instance_id,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the SSM document.

Returns:

  • (String)


3986
3987
3988
3989
3990
3991
3992
# File 'lib/aws-sdk-ssm/types.rb', line 3986

class DeleteAssociationRequest < Struct.new(
  :name,
  :instance_id,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end