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)


2511
2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-lakeformation/types.rb', line 2511

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)


2511
2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-lakeformation/types.rb', line 2511

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)


2511
2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-lakeformation/types.rb', line 2511

class ListLFTagExpressionsRequest < Struct.new(
  :catalog_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end