Class: Aws::SSM::Types::DisassociateOpsItemRelatedItemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DisassociateOpsItemRelatedItemRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID of the association for which you want to delete an association between the OpsItem and a related item.
-
#ops_item_id ⇒ String
The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
Instance Attribute Details
#association_id ⇒ String
The ID of the association for which you want to delete an association between the OpsItem and a related item.
6477 6478 6479 6480 6481 6482 |
# File 'lib/aws-sdk-ssm/types.rb', line 6477 class DisassociateOpsItemRelatedItemRequest < Struct.new( :ops_item_id, :association_id) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
6477 6478 6479 6480 6481 6482 |
# File 'lib/aws-sdk-ssm/types.rb', line 6477 class DisassociateOpsItemRelatedItemRequest < Struct.new( :ops_item_id, :association_id) SENSITIVE = [] include Aws::Structure end |