Class: Aws::S3Control::Types::GetStorageLensConfigurationTaggingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetStorageLensConfigurationTaggingResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::StorageLensTag>
The tags of S3 Storage Lens configuration requested.
Instance Attribute Details
#tags ⇒ Array<Types::StorageLensTag>
The tags of S3 Storage Lens configuration requested.
3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3435 class GetStorageLensConfigurationTaggingResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |