Class: Aws::S3Control::Types::GetStorageLensGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetStorageLensGroupResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_lens_group ⇒ Types::StorageLensGroup
The name of the Storage Lens group that you’re trying to retrieve the configuration details for.
Instance Attribute Details
#storage_lens_group ⇒ Types::StorageLensGroup
The name of the Storage Lens group that you’re trying to retrieve the configuration details for.
3467 3468 3469 3470 3471 |
# File 'lib/aws-sdk-s3control/types.rb', line 3467 class GetStorageLensGroupResult < Struct.new( :storage_lens_group) SENSITIVE = [] include Aws::Structure end |