Class: Aws::SSM::Types::DisassociateOpsItemRelatedItemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DisassociateOpsItemRelatedItemRequest
- Defined in:
- gems/aws-sdk-ssm/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.
6580 6581 6582 6583 6584 6585 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6580 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.
6580 6581 6582 6583 6584 6585 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6580 class DisassociateOpsItemRelatedItemRequest < Struct.new( :ops_item_id, :association_id) SENSITIVE = [] include Aws::Structure end |