Class: Aws::LakeFormation::Types::SearchDatabasesByLFTagsRequest

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. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

Returns:

  • (String)


3314
3315
3316
3317
3318
3319
3320
3321
# File 'lib/aws-sdk-lakeformation/types.rb', line 3314

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

#expressionArray<Types::LFTag>

A list of conditions (‘LFTag` structures) to search for in database resources.

Returns:



3314
3315
3316
3317
3318
3319
3320
3321
# File 'lib/aws-sdk-lakeformation/types.rb', line 3314

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


3314
3315
3316
3317
3318
3319
3320
3321
# File 'lib/aws-sdk-lakeformation/types.rb', line 3314

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

#next_tokenString

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

Returns:

  • (String)


3314
3315
3316
3317
3318
3319
3320
3321
# File 'lib/aws-sdk-lakeformation/types.rb', line 3314

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