Class: Aws::S3Control::Types::StorageLensTag

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Returns:

  • (String)


7868
7869
7870
7871
7872
7873
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7868

class StorageLensTag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Returns:

  • (String)


7868
7869
7870
7871
7872
7873
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7868

class StorageLensTag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end