Class: Aws::LakeFormation::Types::ListLFTagExpressionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lf_tag_expressionsArray<Types::LFTagExpression>

Logical expressions composed of one more LF-Tag key-value pairs.

Returns:



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_tokenString

A continuation token, if this is not the first call to retrieve this list.

Returns:

  • (String)


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