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.
2432 2433 2434 2435 2436 2437 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2432 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.
2432 2433 2434 2435 2436 2437 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2432 class ListLFTagExpressionsResponse < Struct.new( :lf_tag_expressions, :next_token) SENSITIVE = [] include Aws::Structure end |