Class: Aws::Types::ListTieringConfigurationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListTieringConfigurationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tiering_configurations ⇒ ::Array[Types::TieringConfigurationsListMember]
Returns the value of attribute tiering_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def next_token @next_token end |
#tiering_configurations ⇒ ::Array[Types::TieringConfigurationsListMember]
Returns the value of attribute tiering_configurations.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def tiering_configurations @tiering_configurations end |