Class: Aws::Glue::Types::GetCatalogRequest

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

#catalog_idString

The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.

Returns:

  • (String)


11080
11081
11082
11083
11084
# File 'lib/aws-sdk-glue/types.rb', line 11080

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