Class: Aws::Types::ModifySnapshotTierRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifySnapshotTierRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#storage_tier ⇒ "archive"
Returns the value of attribute storage_tier.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14166 14167 14168 |
# File 'sig/types.rbs', line 14166 def dry_run @dry_run end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
14164 14165 14166 |
# File 'sig/types.rbs', line 14164 def snapshot_id @snapshot_id end |
#storage_tier ⇒ "archive"
Returns the value of attribute storage_tier.
14165 14166 14167 |
# File 'sig/types.rbs', line 14165 def storage_tier @storage_tier end |