Class: Aws::S3::Types::ListBucketInventoryConfigurationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ListBucketInventoryConfigurationsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuation_token ⇒ String
If sent in the request, the marker that is used as a starting point for this inventory configuration list response.
-
#inventory_configuration_list ⇒ Array<Types::InventoryConfiguration>
The list of inventory configurations for a bucket.
-
#is_truncated ⇒ Boolean
Tells whether the returned list of inventory configurations is complete.
-
#next_continuation_token ⇒ String
The marker used to continue this inventory configuration listing.
Instance Attribute Details
#continuation_token ⇒ String
If sent in the request, the marker that is used as a starting point for this inventory configuration list response.
10231 10232 10233 10234 10235 10236 10237 10238 |
# File 'lib/aws-sdk-s3/types.rb', line 10231 class ListBucketInventoryConfigurationsOutput < Struct.new( :continuation_token, :inventory_configuration_list, :is_truncated, :next_continuation_token) SENSITIVE = [] include Aws::Structure end |
#inventory_configuration_list ⇒ Array<Types::InventoryConfiguration>
The list of inventory configurations for a bucket.
10231 10232 10233 10234 10235 10236 10237 10238 |
# File 'lib/aws-sdk-s3/types.rb', line 10231 class ListBucketInventoryConfigurationsOutput < Struct.new( :continuation_token, :inventory_configuration_list, :is_truncated, :next_continuation_token) SENSITIVE = [] include Aws::Structure end |
#is_truncated ⇒ Boolean
Tells whether the returned list of inventory configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken is provided for a subsequent request.
10231 10232 10233 10234 10235 10236 10237 10238 |
# File 'lib/aws-sdk-s3/types.rb', line 10231 class ListBucketInventoryConfigurationsOutput < Struct.new( :continuation_token, :inventory_configuration_list, :is_truncated, :next_continuation_token) SENSITIVE = [] include Aws::Structure end |
#next_continuation_token ⇒ String
The marker used to continue this inventory configuration listing. Use the ‘NextContinuationToken` from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.
10231 10232 10233 10234 10235 10236 10237 10238 |
# File 'lib/aws-sdk-s3/types.rb', line 10231 class ListBucketInventoryConfigurationsOutput < Struct.new( :continuation_token, :inventory_configuration_list, :is_truncated, :next_continuation_token) SENSITIVE = [] include Aws::Structure end |