Class: Aws::Types::ModifySnapshotTierResult
- Inherits:
-
Object
- Object
- Aws::Types::ModifySnapshotTierResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#tiering_start_time ⇒ ::Time
Returns the value of attribute tiering_start_time.
Instance Attribute Details
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
13874 13875 13876 |
# File 'sig/types.rbs', line 13874 def snapshot_id @snapshot_id end |
#tiering_start_time ⇒ ::Time
Returns the value of attribute tiering_start_time.
13875 13876 13877 |
# File 'sig/types.rbs', line 13875 def tiering_start_time @tiering_start_time end |