Class: Aws::Types::CreateSnapshotOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
Instance Attribute Details
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
337 338 339 |
# File 'sig/types.rbs', line 337 def snapshot_id @snapshot_id end |
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
336 337 338 |
# File 'sig/types.rbs', line 336 def volume_arn @volume_arn end |