Class: Aws::S3Control::Types::StorageLensExpandedPrefixesDataExport
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::StorageLensExpandedPrefixesDataExport
- Defined in:
- gems/aws-sdk-s3control/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.
8419 8420 8421 8422 8423 8424 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8419 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.
8419 8420 8421 8422 8423 8424 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8419 class StorageLensExpandedPrefixesDataExport < Struct.new( :s3_bucket_destination, :storage_lens_table_destination) SENSITIVE = [] include Aws::Structure end |