class Aws::S3Control::Types::PrefixLevelStorageMetrics

A container for the prefix-level storage metrics for S3 Storage Lens.

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

data as a hash:

    {
      is_enabled: false,
      selection_criteria: {
        delimiter: "StorageLensPrefixLevelDelimiter",
        max_depth: 1,
        min_storage_bytes_percentage: 1.0,
      },
    }

@!attribute [rw] is_enabled

A container for whether prefix-level storage metrics are enabled.
@return [Boolean]

@!attribute [rw] selection_criteria

@return [Types::SelectionCriteria]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PrefixLevelStorageMetrics AWS API Documentation

Constants

SENSITIVE