Class: Aws::Glue::Types::UpdateCatalogRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateCatalogRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the catalog.
-
#catalog_input ⇒ Types::CatalogInput
A ‘CatalogInput` object specifying the new properties of an existing catalog.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the catalog.
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_input ⇒ Types::CatalogInput
A ‘CatalogInput` object specifying the new properties of an existing catalog.
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 |