Class: Aws::S3::Types::ListBucketInventoryConfigurationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ListBucketInventoryConfigurationsOutput
- Defined in:
- gems/aws-sdk-s3/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.
7213 7214 7215 7216 7217 7218 7219 7220 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7213 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.
7213 7214 7215 7216 7217 7218 7219 7220 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7213 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.
7213 7214 7215 7216 7217 7218 7219 7220 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7213 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.
7213 7214 7215 7216 7217 7218 7219 7220 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7213 class ListBucketInventoryConfigurationsOutput < Struct.new( :continuation_token, :inventory_configuration_list, :is_truncated, :next_continuation_token) SENSITIVE = [] include Aws::Structure end |