class Aws::S3Control::Types::PrefixLevel

A container for the prefix-level configuration.

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

data as a hash:

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

@!attribute [rw] storage_metrics

A container for the prefix-level storage metrics for S3 Storage
Lens.
@return [Types::PrefixLevelStorageMetrics]

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

Constants

SENSITIVE