Class: Aws::Glue::Types::GetCatalogsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of catalogs to return in one response.

Returns:

  • (Integer)


11121
11122
11123
11124
11125
11126
11127
11128
# File 'lib/aws-sdk-glue/types.rb', line 11121

class GetCatalogsRequest < Struct.new(
  :parent_catalog_id,
  :next_token,
  :max_results,
  :recursive)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


11121
11122
11123
11124
11125
11126
11127
11128
# File 'lib/aws-sdk-glue/types.rb', line 11121

class GetCatalogsRequest < Struct.new(
  :parent_catalog_id,
  :next_token,
  :max_results,
  :recursive)
  SENSITIVE = []
  include Aws::Structure
end

#parent_catalog_idString

The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.

Returns:

  • (String)


11121
11122
11123
11124
11125
11126
11127
11128
# File 'lib/aws-sdk-glue/types.rb', line 11121

class GetCatalogsRequest < Struct.new(
  :parent_catalog_id,
  :next_token,
  :max_results,
  :recursive)
  SENSITIVE = []
  include Aws::Structure
end

#recursiveBoolean

When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources)

Returns:

  • (Boolean)


11121
11122
11123
11124
11125
11126
11127
11128
# File 'lib/aws-sdk-glue/types.rb', line 11121

class GetCatalogsRequest < Struct.new(
  :parent_catalog_id,
  :next_token,
  :max_results,
  :recursive)
  SENSITIVE = []
  include Aws::Structure
end