Class: Aws::S3Control::Types::PrefixLevel
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PrefixLevel
- 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
-
#storage_metrics ⇒ Types::PrefixLevelStorageMetrics
A container for the prefix-level storage metrics for S3 Storage Lens.
Instance Attribute Details
#storage_metrics ⇒ Types::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 |