Class: Aws::Types::DeleteRelatedItemRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRelatedItemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#related_item_id ⇒ ::String
Returns the value of attribute related_item_id.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
451 452 453 |
# File 'sig/types.rbs', line 451 def case_id @case_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
450 451 452 |
# File 'sig/types.rbs', line 450 def domain_id @domain_id end |
#related_item_id ⇒ ::String
Returns the value of attribute related_item_id.
452 453 454 |
# File 'sig/types.rbs', line 452 def @related_item_id end |