Class: Aws::LakeFormation::Types::ListLFTagExpressionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListLFTagExpressionsResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lf_tag_expressions ⇒ Array<Types::LFTagExpression>
Logical expressions composed of one more LF-Tag key-value pairs.
-
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
Instance Attribute Details
#lf_tag_expressions ⇒ Array<Types::LFTagExpression>
Logical expressions composed of one more LF-Tag key-value pairs.
2530 2531 2532 2533 2534 2535 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2530 class ListLFTagExpressionsResponse < Struct.new( :lf_tag_expressions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
2530 2531 2532 2533 2534 2535 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2530 class ListLFTagExpressionsResponse < Struct.new( :lf_tag_expressions, :next_token) SENSITIVE = [] include Aws::Structure end |