Class: Aws::LakeFormation::Types::ListLFTagExpressionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListLFTagExpressionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#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.
2389 2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2389 class ListLFTagExpressionsRequest < Struct.new( :catalog_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
2389 2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2389 class ListLFTagExpressionsRequest < Struct.new( :catalog_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
2389 2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2389 class ListLFTagExpressionsRequest < Struct.new( :catalog_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |