Class: Aws::Types::RestoreVolumeFromSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreVolumeFromSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#options ⇒ ::Array[("DELETE_INTERMEDIATE_SNAPSHOTS" | "DELETE_CLONED_VOLUMES")]
Returns the value of attribute options.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def client_request_token @client_request_token end |
#options ⇒ ::Array[("DELETE_INTERMEDIATE_SNAPSHOTS" | "DELETE_CLONED_VOLUMES")]
Returns the value of attribute options.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def snapshot_id @snapshot_id end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def volume_id @volume_id end |