You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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)

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

#inventory_configuration_listArray<Types::InventoryConfiguration>

The list of inventory configurations for a bucket.

Returns:

#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)

    Tells whether the returned list of inventory configurations is complete.

#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)

    The marker used to continue this inventory configuration listing.