Module: Aws::Backup::Client::_CreateLegalHoldResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateLegalHoldOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #description ⇒ ::String
- #legal_hold_arn ⇒ ::String
- #legal_hold_id ⇒ ::String
- #recovery_point_selection ⇒ Types::RecoveryPointSelection
- #status ⇒ "CREATING", ...
- #title ⇒ ::String
Instance Method Details
#creation_date ⇒ ::Time
222 |
# File 'sig/client.rbs', line 222
def creation_date: () -> ::Time
|
#description ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def description: () -> ::String
|
#legal_hold_arn ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def legal_hold_arn: () -> ::String
|
#legal_hold_id ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def legal_hold_id: () -> ::String
|
#recovery_point_selection ⇒ Types::RecoveryPointSelection
223 |
# File 'sig/client.rbs', line 223
def recovery_point_selection: () -> Types::RecoveryPointSelection
|
#status ⇒ "CREATING", ...
218 |
# File 'sig/client.rbs', line 218
def status: () -> ("CREATING" | "ACTIVE" | "CANCELING" | "CANCELED")
|
#title ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def title: () -> ::String
|