Class: Aws::Glue::Types::UpdateCatalogRequest

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 catalog.

Returns:

  • (String)


26266
26267
26268
26269
26270
26271
# File 'lib/aws-sdk-glue/types.rb', line 26266

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

#catalog_inputTypes::CatalogInput

A ‘CatalogInput` object specifying the new properties of an existing catalog.

Returns:



26266
26267
26268
26269
26270
26271
# File 'lib/aws-sdk-glue/types.rb', line 26266

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