Class: Aws::Types::ListBucketInventoryConfigurationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBucketInventoryConfigurationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#inventory_configuration_list ⇒ ::Array[Types::InventoryConfiguration]
Returns the value of attribute inventory_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.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def continuation_token @continuation_token end |
#inventory_configuration_list ⇒ ::Array[Types::InventoryConfiguration]
Returns the value of attribute inventory_configuration_list.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def inventory_configuration_list @inventory_configuration_list end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def is_truncated @is_truncated end |
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def next_continuation_token @next_continuation_token end |