Class: Aws::S3Control::Types::PrefixLevel

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

A container for the prefix-level configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#storage_metricsTypes::PrefixLevelStorageMetrics

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



5870
5871
5872
5873
5874
# File 'lib/aws-sdk-s3control/types.rb', line 5870

class PrefixLevel < Struct.new(
  :storage_metrics)
  SENSITIVE = []
  include Aws::Structure
end