Class: Aws::Types::CreateSnapshotFromVolumeRecoveryPointInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotFromVolumeRecoveryPointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#snapshot_description ⇒ ::String
Returns the value of attribute snapshot_description.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
Instance Attribute Details
#snapshot_description ⇒ ::String
Returns the value of attribute snapshot_description.
316 317 318 |
# File 'sig/types.rbs', line 316 def snapshot_description @snapshot_description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
317 318 319 |
# File 'sig/types.rbs', line 317 def @tags end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
315 316 317 |
# File 'sig/types.rbs', line 315 def volume_arn @volume_arn end |