Class: Aws::S3::Types::ListBucketInventoryConfigurationsOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#continuation_tokenString

If sent in the request, the marker that is used as a starting point for this inventory configuration list response.

Returns:

  • (String)


4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-s3/types.rb', line 4740

class ListBucketInventoryConfigurationsOutput < Struct.new(
  :continuation_token,
  :inventory_configuration_list,
  :is_truncated,
  :next_continuation_token)
  include Aws::Structure
end

#inventory_configuration_listArray<Types::InventoryConfiguration>

The list of inventory configurations for a bucket.

Returns:



4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-s3/types.rb', line 4740

class ListBucketInventoryConfigurationsOutput < Struct.new(
  :continuation_token,
  :inventory_configuration_list,
  :is_truncated,
  :next_continuation_token)
  include Aws::Structure
end

#is_truncatedBoolean

Indicates whether the returned list of inventory configurations is truncated in this response. A value of true indicates that the list is truncated.

Returns:

  • (Boolean)


4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-s3/types.rb', line 4740

class ListBucketInventoryConfigurationsOutput < Struct.new(
  :continuation_token,
  :inventory_configuration_list,
  :is_truncated,
  :next_continuation_token)
  include Aws::Structure
end

#next_continuation_tokenString

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.

Returns:

  • (String)


4740
4741
4742
4743
4744
4745
4746
# File 'lib/aws-sdk-s3/types.rb', line 4740

class ListBucketInventoryConfigurationsOutput < Struct.new(
  :continuation_token,
  :inventory_configuration_list,
  :is_truncated,
  :next_continuation_token)
  include Aws::Structure
end