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.
13869 13870 13871 |
# File 'sig/types.rbs', line 13869 def dry_run @dry_run end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
13867 13868 13869 |
# File 'sig/types.rbs', line 13867 def snapshot_id @snapshot_id end |
#storage_tier ⇒ "archive"
Returns the value of attribute storage_tier.
13868 13869 13870 |
# File 'sig/types.rbs', line 13868 def storage_tier @storage_tier end |