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

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

#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)


3093
3094
3095
3096
3097
3098
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3093

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:



3093
3094
3095
3096
3097
3098
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3093

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