Class: Aws::Glue::Types::GetCatalogsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCatalogsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of catalogs to return in one response.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
-
#parent_catalog_id ⇒ String
The ID of the parent catalog in which the catalog resides.
-
#recursive ⇒ Boolean
When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources).
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of catalogs to return in one response.
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_token ⇒ String
A continuation token, if this is a continuation call.
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_id ⇒ String
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.
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 |
#recursive ⇒ Boolean
When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources)
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 |