Class: Aws::S3Control::Types::GetStorageLensConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetStorageLensConfigurationResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_lens_configuration ⇒ Types::StorageLensConfiguration
The S3 Storage Lens configuration requested.
Instance Attribute Details
#storage_lens_configuration ⇒ Types::StorageLensConfiguration
The S3 Storage Lens configuration requested.
3406 3407 3408 3409 3410 |
# File 'lib/aws-sdk-s3control/types.rb', line 3406 class GetStorageLensConfigurationResult < Struct.new( :storage_lens_configuration) SENSITIVE = [] include Aws::Structure end |