Class: Aws::Glue::Types::GetCatalogRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCatalogRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the parent catalog in which the catalog resides.
Instance Attribute Details
#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.
11114 11115 11116 11117 11118 |
# File 'lib/aws-sdk-glue/types.rb', line 11114 class GetCatalogRequest < Struct.new( :catalog_id) SENSITIVE = [] include Aws::Structure end |