Module: Aws::Backup::Client::_GetLegalHoldResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLegalHoldOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cancel_description ⇒ ::String
- #cancellation_date ⇒ ::Time
- #creation_date ⇒ ::Time
- #description ⇒ ::String
- #legal_hold_arn ⇒ ::String
- #legal_hold_id ⇒ ::String
- #recovery_point_selection ⇒ Types::RecoveryPointSelection
- #retain_record_until ⇒ ::Time
- #status ⇒ "CREATING", ...
- #title ⇒ ::String
Instance Method Details
#cancel_description ⇒ ::String
855 |
# File 'sig/client.rbs', line 855
def cancel_description: () -> ::String
|
#cancellation_date ⇒ ::Time
859 |
# File 'sig/client.rbs', line 859
def cancellation_date: () -> ::Time
|
#creation_date ⇒ ::Time
858 |
# File 'sig/client.rbs', line 858
def creation_date: () -> ::Time
|
#description ⇒ ::String
854 |
# File 'sig/client.rbs', line 854
def description: () -> ::String
|
#legal_hold_arn ⇒ ::String
857 |
# File 'sig/client.rbs', line 857
def legal_hold_arn: () -> ::String
|
#legal_hold_id ⇒ ::String
856 |
# File 'sig/client.rbs', line 856
def legal_hold_id: () -> ::String
|
#recovery_point_selection ⇒ Types::RecoveryPointSelection
861 |
# File 'sig/client.rbs', line 861
def recovery_point_selection: () -> Types::RecoveryPointSelection
|
#retain_record_until ⇒ ::Time
860 |
# File 'sig/client.rbs', line 860
def retain_record_until: () -> ::Time
|
#status ⇒ "CREATING", ...
853 |
# File 'sig/client.rbs', line 853
def status: () -> ("CREATING" | "ACTIVE" | "CANCELING" | "CANCELED")
|
#title ⇒ ::String
852 |
# File 'sig/client.rbs', line 852
def title: () -> ::String
|