class Aws::S3::Types::ListBucketAnalyticsConfigurationsRequest

@note When making an API call, you may pass ListBucketAnalyticsConfigurationsRequest

data as a hash:

    {
      bucket: "BucketName", # required
      continuation_token: "Token",
      expected_bucket_owner: "AccountId",
    }

@!attribute [rw] bucket

The name of the bucket from which analytics configurations are
retrieved.
@return [String]

@!attribute [rw] continuation_token

The ContinuationToken that represents a placeholder from where this
request should begin.
@return [String]

@!attribute [rw] expected_bucket_owner

The account ID of the expected bucket owner. If the bucket is owned
by a different account, the request will fail with an HTTP `403
(Access Denied)` error.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListBucketAnalyticsConfigurationsRequest AWS API Documentation

Constants

SENSITIVE