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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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:



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_tokenString

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

Returns:

  • (String)


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