class Aws::S3::Types::ListBucketMetricsConfigurationsRequest

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

data as a hash:

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

@!attribute [rw] bucket

The name of the bucket containing the metrics configurations to
retrieve.
@return [String]

@!attribute [rw] continuation_token

The marker that is used to continue a metrics configuration listing
that has been truncated. Use the NextContinuationToken from a
previously truncated list response to continue the listing. The
continuation token is an opaque value that Amazon S3 understands.
@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/ListBucketMetricsConfigurationsRequest AWS API Documentation

Constants

SENSITIVE