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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



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