Class: Aws::S3Control::Types::StorageLensTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::StorageLensTag
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ String
8046 8047 8048 8049 8050 8051 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8046 class StorageLensTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
8046 8047 8048 8049 8050 8051 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8046 class StorageLensTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |