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
814 |
# File 'sig/client.rbs', line 814
def cancel_description: () -> ::String
|
#cancellation_date ⇒ ::Time
818 |
# File 'sig/client.rbs', line 818
def cancellation_date: () -> ::Time
|
#creation_date ⇒ ::Time
817 |
# File 'sig/client.rbs', line 817
def creation_date: () -> ::Time
|
#description ⇒ ::String
813 |
# File 'sig/client.rbs', line 813
def description: () -> ::String
|
#legal_hold_arn ⇒ ::String
816 |
# File 'sig/client.rbs', line 816
def legal_hold_arn: () -> ::String
|
#legal_hold_id ⇒ ::String
815 |
# File 'sig/client.rbs', line 815
def legal_hold_id: () -> ::String
|
#recovery_point_selection ⇒ Types::RecoveryPointSelection
820 |
# File 'sig/client.rbs', line 820
def recovery_point_selection: () -> Types::RecoveryPointSelection
|
#retain_record_until ⇒ ::Time
819 |
# File 'sig/client.rbs', line 819
def retain_record_until: () -> ::Time
|
#status ⇒ "CREATING", ...
812 |
# File 'sig/client.rbs', line 812
def status: () -> ("CREATING" | "ACTIVE" | "CANCELING" | "CANCELED")
|
#title ⇒ ::String
811 |
# File 'sig/client.rbs', line 811
def title: () -> ::String
|