Class: Aws::Glue::Types::GetCatalogResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogTypes::Catalog

A Catalog object. The definition of the specified catalog in the Glue Data Catalog.

Returns:



12152
12153
12154
12155
12156
# File 'lib/aws-sdk-glue/types.rb', line 12152

class GetCatalogResponse < Struct.new(
  :catalog)
  SENSITIVE = []
  include Aws::Structure
end