Class: Aws::Types::ListBucketIntelligentTieringConfigurationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBucketIntelligentTieringConfigurationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#intelligent_tiering_configuration_list ⇒ ::Array[Types::IntelligentTieringConfiguration]
Returns the value of attribute intelligent_tiering_configuration_list.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
Instance Attribute Details
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def continuation_token @continuation_token end |
#intelligent_tiering_configuration_list ⇒ ::Array[Types::IntelligentTieringConfiguration]
Returns the value of attribute intelligent_tiering_configuration_list.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def intelligent_tiering_configuration_list @intelligent_tiering_configuration_list end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def is_truncated @is_truncated end |
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def next_continuation_token @next_continuation_token end |