Class: Aws::Types::CancelLegalHoldInput
- Inherits:
-
Object
- Object
- Aws::Types::CancelLegalHoldInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancel_description ⇒ ::String
Returns the value of attribute cancel_description.
-
#legal_hold_id ⇒ ::String
Returns the value of attribute legal_hold_id.
-
#retain_record_in_days ⇒ ::Integer
Returns the value of attribute retain_record_in_days.
Instance Attribute Details
#cancel_description ⇒ ::String
Returns the value of attribute cancel_description.
202 203 204 |
# File 'sig/types.rbs', line 202 def cancel_description @cancel_description end |
#legal_hold_id ⇒ ::String
Returns the value of attribute legal_hold_id.
201 202 203 |
# File 'sig/types.rbs', line 201 def legal_hold_id @legal_hold_id end |
#retain_record_in_days ⇒ ::Integer
Returns the value of attribute retain_record_in_days.
203 204 205 |
# File 'sig/types.rbs', line 203 def retain_record_in_days @retain_record_in_days end |