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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9388

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

#inventory_configuration_listArray<Types::InventoryConfiguration>

The list of inventory configurations for a bucket.

Returns:



9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9388

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

#is_truncatedBoolean

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.

Returns:

  • (Boolean)


9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9388

class ListBucketInventoryConfigurationsOutput < Struct.new(
  :continuation_token,
  :inventory_configuration_list,
  :is_truncated,
  :next_continuation_token)
  SENSITIVE = []
  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)


9388
9389
9390
9391
9392
9393
9394
9395
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9388

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