Class: Aws::S3Control::Types::GetStorageLensConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetStorageLensConfigurationResult
- Defined in:
- gems/aws-sdk-s3control/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.
3350 3351 3352 3353 3354 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3350 class GetStorageLensConfigurationResult < Struct.new( :storage_lens_configuration) SENSITIVE = [] include Aws::Structure end |