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
Catalogobject.
Instance Attribute Details
#catalog ⇒ Types::Catalog
A Catalog object. The definition of the specified catalog in the Glue Data Catalog.
12152 12153 12154 12155 12156 |
# File 'lib/aws-sdk-glue/types.rb', line 12152 class GetCatalogResponse < Struct.new( :catalog) SENSITIVE = [] include Aws::Structure end |