Class: Aws::LakeFormation::Types::SearchTablesByLFTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::SearchTablesByLFTagsRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#expression ⇒ Array<Types::LFTag>
A list of conditions (
LFTagstructures) to search for in table resources. -
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
Instance Attribute Details
#catalog_id ⇒ String
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
3461 3462 3463 3464 3465 3466 3467 3468 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3461 class SearchTablesByLFTagsRequest < Struct.new( :next_token, :max_results, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ Array<Types::LFTag>
A list of conditions (LFTag structures) to search for in table
resources.
3461 3462 3463 3464 3465 3466 3467 3468 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3461 class SearchTablesByLFTagsRequest < Struct.new( :next_token, :max_results, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
3461 3462 3463 3464 3465 3466 3467 3468 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3461 class SearchTablesByLFTagsRequest < Struct.new( :next_token, :max_results, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
3461 3462 3463 3464 3465 3466 3467 3468 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3461 class SearchTablesByLFTagsRequest < Struct.new( :next_token, :max_results, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |