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
207 |
# File 'sig/client.rbs', line 207
def creation_date: () -> ::Time
|
#description ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def description: () -> ::String
|
#legal_hold_arn ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def legal_hold_arn: () -> ::String
|
#legal_hold_id ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def legal_hold_id: () -> ::String
|
#recovery_point_selection ⇒ Types::RecoveryPointSelection
208 |
# File 'sig/client.rbs', line 208
def recovery_point_selection: () -> Types::RecoveryPointSelection
|
#status ⇒ "CREATING", ...
203 |
# File 'sig/client.rbs', line 203
def status: () -> ("CREATING" | "ACTIVE" | "CANCELING" | "CANCELED")
|
#title ⇒ ::String
202 |
# File 'sig/client.rbs', line 202
def title: () -> ::String
|