Class: Aws::LakeFormation::Types::ListLFTagExpressionsRequest

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

#catalog_idString

The identifier for the Data Catalog. By default, the account ID.

Returns:

  • (String)


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_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


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_tokenString

A continuation token, if this is not the first call to retrieve this list.

Returns:

  • (String)


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