Class: Aws::Types::DescribeSnapshotTierStatusResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotTierStatusResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#snapshot_tier_statuses ⇒ ::Array[Types::SnapshotTierStatus]
Returns the value of attribute snapshot_tier_statuses.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7120 7121 7122 |
# File 'sig/types.rbs', line 7120 def next_token @next_token end |
#snapshot_tier_statuses ⇒ ::Array[Types::SnapshotTierStatus]
Returns the value of attribute snapshot_tier_statuses.
7119 7120 7121 |
# File 'sig/types.rbs', line 7119 def snapshot_tier_statuses @snapshot_tier_statuses end |