Class: Aws::LakeFormation::Types::SearchTablesByLFTagsResponse

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

#next_tokenString

A continuation token, present if the current list segment is not the last. On the first run, if you include a not null (a value) token you can get empty pages.

Returns:

  • (String)


3385
3386
3387
3388
3389
3390
# File 'lib/aws-sdk-lakeformation/types.rb', line 3385

class SearchTablesByLFTagsResponse < Struct.new(
  :next_token,
  :table_list)
  SENSITIVE = []
  include Aws::Structure
end

#table_listArray<Types::TaggedTable>

A list of tables that meet the LF-tag conditions.

Returns:



3385
3386
3387
3388
3389
3390
# File 'lib/aws-sdk-lakeformation/types.rb', line 3385

class SearchTablesByLFTagsResponse < Struct.new(
  :next_token,
  :table_list)
  SENSITIVE = []
  include Aws::Structure
end