Class: Aws::LakeFormation::Types::ListLFTagExpressionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListLFTagExpressionsResponse
- Includes:
- Structure
- Defined in:
- 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.
2408 2409 2410 2411 2412 2413 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2408 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.
2408 2409 2410 2411 2412 2413 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2408 class ListLFTagExpressionsResponse < Struct.new( :lf_tag_expressions, :next_token) SENSITIVE = [] include Aws::Structure end |