Class: Aws::Types::CreateSnapshotInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::S3Destination
Returns the value of attribute destination.
-
#simulation ⇒ ::String
Returns the value of attribute simulation.
Instance Attribute Details
#destination ⇒ Types::S3Destination
Returns the value of attribute destination.
27 28 29 |
# File 'sig/types.rbs', line 27 def destination @destination end |
#simulation ⇒ ::String
Returns the value of attribute simulation.
28 29 30 |
# File 'sig/types.rbs', line 28 def simulation @simulation end |