Class: Aws::Types::CreateOpenZFSOriginSnapshotConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateOpenZFSOriginSnapshotConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_strategy ⇒ "CLONE", ...
Returns the value of attribute copy_strategy.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
Instance Attribute Details
#copy_strategy ⇒ "CLONE", ...
Returns the value of attribute copy_strategy.
452 453 454 |
# File 'sig/types.rbs', line 452 def copy_strategy @copy_strategy end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
451 452 453 |
# File 'sig/types.rbs', line 451 def snapshot_arn @snapshot_arn end |