Class: Aws::LakeFormation::Types::SearchTablesByLFTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::SearchTablesByLFTagsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
-
#table_list ⇒ Array<Types::TaggedTable>
A list of tables that meet the LF-tag conditions.
Instance Attribute Details
#next_token ⇒ String
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.
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_list ⇒ Array<Types::TaggedTable>
A list of tables that meet the LF-tag conditions.
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 |