Class: Aws::Glue::Types::GetCatalogResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCatalogResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ Types::Catalog
A ‘Catalog` object.
Instance Attribute Details
#catalog ⇒ Types::Catalog
A ‘Catalog` object. The definition of the specified catalog in the Glue Data Catalog.
11093 11094 11095 11096 11097 |
# File 'lib/aws-sdk-glue/types.rb', line 11093 class GetCatalogResponse < Struct.new( :catalog) SENSITIVE = [] include Aws::Structure end |