Class: Aws::Glue::Types::GetCatalogResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCatalogResponse
- Defined in:
- gems/aws-sdk-glue/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.
11372 11373 11374 11375 11376 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11372 class GetCatalogResponse < Struct.new( :catalog) SENSITIVE = [] include Aws::Structure end |