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

Class: Aws::S3::Types::ListBucketMetricsConfigurationsOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#continuation_tokenString

The marker that is used as a starting point for this metrics configuration list response. This value is present if it was sent in the request.

Returns:

  • (String)

    The marker that is used as a starting point for this metrics configuration list response.

#is_truncatedBoolean

Indicates whether the returned list of metrics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

Returns:

  • (Boolean)

    Indicates whether the returned list of metrics configurations is complete.

#metrics_configuration_listArray<Types::MetricsConfiguration>

The list of metrics configurations for a bucket.

Returns:

#next_continuation_tokenString

The marker 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.

Returns:

  • (String)

    The marker used to continue a metrics configuration listing that has been truncated.