Class: Aws::DataExchange::Types::TableLFTagPolicy

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

Overview

The LF-tag policy for a table resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expressionArray<Types::LFTag>

A list of LF-tag conditions that apply to table resources.

Returns:



3285
3286
3287
3288
3289
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3285

class TableLFTagPolicy < Struct.new(
  :expression)
  SENSITIVE = []
  include Aws::Structure
end