Class: Aws::Types::OpenZFSOriginSnapshotConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OpenZFSOriginSnapshotConfiguration
- 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.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def copy_strategy @copy_strategy end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def snapshot_arn @snapshot_arn end |