Class: Aws::Types::LegalHold
- Inherits:
-
Object
- Object
- Aws::Types::LegalHold
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancellation_date ⇒ ::Time
Returns the value of attribute cancellation_date.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#legal_hold_arn ⇒ ::String
Returns the value of attribute legal_hold_arn.
-
#legal_hold_id ⇒ ::String
Returns the value of attribute legal_hold_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#cancellation_date ⇒ ::Time
Returns the value of attribute cancellation_date.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def cancellation_date @cancellation_date end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def description @description end |
#legal_hold_arn ⇒ ::String
Returns the value of attribute legal_hold_arn.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def legal_hold_arn @legal_hold_arn end |
#legal_hold_id ⇒ ::String
Returns the value of attribute legal_hold_id.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def legal_hold_id @legal_hold_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def title @title end |