Class: Aws::Types::DisassociateOpsItemRelatedItemRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateOpsItemRelatedItemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def association_id @association_id end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def ops_item_id @ops_item_id end |