Class: Aws::Types::CreateSnapshotInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotInput
- 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.
330 331 332 |
# File 'sig/types.rbs', line 330 def snapshot_description @snapshot_description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
331 332 333 |
# File 'sig/types.rbs', line 331 def @tags end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
329 330 331 |
# File 'sig/types.rbs', line 329 def volume_arn @volume_arn end |