Class: Aws::Types::CreateLegalHoldOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLegalHoldOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#recovery_point_selection ⇒ Types::RecoveryPointSelection
Returns the value of attribute recovery_point_selection.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
391 392 393 |
# File 'sig/types.rbs', line 391 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
388 389 390 |
# File 'sig/types.rbs', line 388 def description @description end |
#legal_hold_arn ⇒ ::String
Returns the value of attribute legal_hold_arn.
390 391 392 |
# File 'sig/types.rbs', line 390 def legal_hold_arn @legal_hold_arn end |
#legal_hold_id ⇒ ::String
Returns the value of attribute legal_hold_id.
389 390 391 |
# File 'sig/types.rbs', line 389 def legal_hold_id @legal_hold_id end |
#recovery_point_selection ⇒ Types::RecoveryPointSelection
Returns the value of attribute recovery_point_selection.
392 393 394 |
# File 'sig/types.rbs', line 392 def recovery_point_selection @recovery_point_selection end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
387 388 389 |
# File 'sig/types.rbs', line 387 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
386 387 388 |
# File 'sig/types.rbs', line 386 def title @title end |