Class: Aws::Types::DeleteCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCaseRequest
- 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.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
407 408 409 |
# File 'sig/types.rbs', line 407 def case_id @case_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
406 407 408 |
# File 'sig/types.rbs', line 406 def domain_id @domain_id end |