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.
3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-s3control/types.rb', line 3480 class GetStorageLensGroupResult < Struct.new( :storage_lens_group) SENSITIVE = [] include Aws::Structure end |