Class: Aws::DataExchange::Types::TableLFTagPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::TableLFTagPolicy
- 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
-
#expression ⇒ Array<Types::LFTag>
A list of LF-tag conditions that apply to table resources.
Instance Attribute Details
#expression ⇒ Array<Types::LFTag>
A list of LF-tag conditions that apply to table resources.
3898 3899 3900 3901 3902 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3898 class TableLFTagPolicy < Struct.new( :expression) SENSITIVE = [] include Aws::Structure end |