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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Returns:

  • (String)


8045
8046
8047
8048
8049
8050
# File 'lib/aws-sdk-s3control/types.rb', line 8045

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

#valueString

Returns:

  • (String)


8045
8046
8047
8048
8049
8050
# File 'lib/aws-sdk-s3control/types.rb', line 8045

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