Class: Aws::Types::CopySnapshotAndUpdateVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopySnapshotAndUpdateVolumeRequest
- 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.
-
#copy_strategy ⇒ "CLONE", ...
Returns the value of attribute copy_strategy.
-
#options ⇒ ::Array[("DELETE_INTERMEDIATE_SNAPSHOTS" | "DELETE_CLONED_VOLUMES" | "DELETE_INTERMEDIATE_DATA")]
Returns the value of attribute options.
-
#source_snapshot_arn ⇒ ::String
Returns the value of attribute source_snapshot_arn.
-
#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.
179 180 181 |
# File 'sig/types.rbs', line 179 def client_request_token @client_request_token end |
#copy_strategy ⇒ "CLONE", ...
Returns the value of attribute copy_strategy.
182 183 184 |
# File 'sig/types.rbs', line 182 def copy_strategy @copy_strategy end |
#options ⇒ ::Array[("DELETE_INTERMEDIATE_SNAPSHOTS" | "DELETE_CLONED_VOLUMES" | "DELETE_INTERMEDIATE_DATA")]
Returns the value of attribute options.
183 184 185 |
# File 'sig/types.rbs', line 183 def end |
#source_snapshot_arn ⇒ ::String
Returns the value of attribute source_snapshot_arn.
181 182 183 |
# File 'sig/types.rbs', line 181 def source_snapshot_arn @source_snapshot_arn end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
180 181 182 |
# File 'sig/types.rbs', line 180 def volume_id @volume_id end |