Class: Aws::DataExchange::Types::LFTag

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

Overview

A structure that allows an LF-admin to grant permissions on certain conditions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_keyString

The key name for the LF-tag.

Returns:

  • (String)


2123
2124
2125
2126
2127
2128
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2123

class LFTag < Struct.new(
  :tag_key,
  :tag_values)
  SENSITIVE = []
  include Aws::Structure
end

#tag_valuesArray<String>

A list of LF-tag values.

Returns:

  • (Array<String>)


2123
2124
2125
2126
2127
2128
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2123

class LFTag < Struct.new(
  :tag_key,
  :tag_values)
  SENSITIVE = []
  include Aws::Structure
end