Class: Aws::Types::GetLegalHoldOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetLegalHoldOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancel_description ⇒ ::String
Returns the value of attribute cancel_description.
-
#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.
-
#recovery_point_selection ⇒ Types::RecoveryPointSelection
Returns the value of attribute recovery_point_selection.
-
#retain_record_until ⇒ ::Time
Returns the value of attribute retain_record_until.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#cancel_description ⇒ ::String
Returns the value of attribute cancel_description.
993 994 995 |
# File 'sig/types.rbs', line 993 def cancel_description @cancel_description end |
#cancellation_date ⇒ ::Time
Returns the value of attribute cancellation_date.
997 998 999 |
# File 'sig/types.rbs', line 997 def cancellation_date @cancellation_date end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
996 997 998 |
# File 'sig/types.rbs', line 996 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
992 993 994 |
# File 'sig/types.rbs', line 992 def description @description end |
#legal_hold_arn ⇒ ::String
Returns the value of attribute legal_hold_arn.
995 996 997 |
# File 'sig/types.rbs', line 995 def legal_hold_arn @legal_hold_arn end |
#legal_hold_id ⇒ ::String
Returns the value of attribute legal_hold_id.
994 995 996 |
# File 'sig/types.rbs', line 994 def legal_hold_id @legal_hold_id end |
#recovery_point_selection ⇒ Types::RecoveryPointSelection
Returns the value of attribute recovery_point_selection.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def recovery_point_selection @recovery_point_selection end |
#retain_record_until ⇒ ::Time
Returns the value of attribute retain_record_until.
998 999 1000 |
# File 'sig/types.rbs', line 998 def retain_record_until @retain_record_until end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
991 992 993 |
# File 'sig/types.rbs', line 991 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
990 991 992 |
# File 'sig/types.rbs', line 990 def title @title end |