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

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 ID of the association for which you want to delete an association between the OpsItem and a related item.

Returns:

  • (String)


6457
6458
6459
6460
6461
6462
# File 'lib/aws-sdk-ssm/types.rb', line 6457

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)


6457
6458
6459
6460
6461
6462
# File 'lib/aws-sdk-ssm/types.rb', line 6457

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