Method: Aws::Glue::Types::GetCatalogsRequest#recursive
- Defined in:
- lib/aws-sdk-glue/types.rb
#recursive ⇒ Boolean
Whether to list all catalogs across the catalog hierarchy, starting from the ‘ParentCatalogId`. Defaults to `false` . When `true`, all catalog objects in the `ParentCatalogID` hierarchy are enumerated in the response.
11768 11769 11770 11771 11772 11773 11774 11775 11776 |
# File 'lib/aws-sdk-glue/types.rb', line 11768 class GetCatalogsRequest < Struct.new( :parent_catalog_id, :next_token, :max_results, :recursive, :include_root) SENSITIVE = [] include Aws::Structure end |