Class: Aws::Macie2::Types::KeyValuePair

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

Overview

Provides information about the tags that are associated with an S3 bucket or object. Each tag consists of a required tag key and an associated tag value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Returns:

  • (String)


3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3865

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

#valueString

Returns:

  • (String)


3865
3866
3867
3868
3869
3870
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3865

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