Class: Aws::SSM::Types::DisassociateOpsItemRelatedItemRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the association for which you want to delete an association between the OpsItem and a related item.

Returns:

  • (String)


6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6398

class DisassociateOpsItemRelatedItemRequest < Struct.new(
  :ops_item_id,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#ops_item_idString

The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.

Returns:

  • (String)


6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6398

class DisassociateOpsItemRelatedItemRequest < Struct.new(
  :ops_item_id,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end