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.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def continuation_token @continuation_token end |
#intelligent_tiering_configuration_list ⇒ ::Array[Types::IntelligentTieringConfiguration]
Returns the value of attribute intelligent_tiering_configuration_list.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def intelligent_tiering_configuration_list @intelligent_tiering_configuration_list end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def is_truncated @is_truncated end |
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def next_continuation_token @next_continuation_token end |