Class: Aws::S3Control::Types::StorageLensExpandedPrefixesDataExport
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::StorageLensExpandedPrefixesDataExport
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
A container for your S3 Storage Lens expanded prefix metrics report configuration. Unlike the default Storage Lens metrics report, the enhanced prefix metrics report includes all S3 Storage Lens storage and activity data related to the full list of prefixes in your Storage Lens configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_destination ⇒ Types::S3BucketDestination
A container for the bucket where the Amazon S3 Storage Lens metrics export files are located.
-
#storage_lens_table_destination ⇒ Types::StorageLensTableDestination
A container for the bucket where the S3 Storage Lens metric export files are located.
Instance Attribute Details
#s3_bucket_destination ⇒ Types::S3BucketDestination
A container for the bucket where the Amazon S3 Storage Lens metrics export files are located.
8497 8498 8499 8500 8501 8502 |
# File 'lib/aws-sdk-s3control/types.rb', line 8497 class StorageLensExpandedPrefixesDataExport < Struct.new( :s3_bucket_destination, :storage_lens_table_destination) SENSITIVE = [] include Aws::Structure end |
#storage_lens_table_destination ⇒ Types::StorageLensTableDestination
A container for the bucket where the S3 Storage Lens metric export files are located. At least one export destination must be specified.
8497 8498 8499 8500 8501 8502 |
# File 'lib/aws-sdk-s3control/types.rb', line 8497 class StorageLensExpandedPrefixesDataExport < Struct.new( :s3_bucket_destination, :storage_lens_table_destination) SENSITIVE = [] include Aws::Structure end |