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)


26345
26346
26347
26348
26349
26350
# File 'lib/aws-sdk-glue/types.rb', line 26345

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:



26345
26346
26347
26348
26349
26350
# File 'lib/aws-sdk-glue/types.rb', line 26345

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