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.
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_input ⇒ Types::CatalogInput
A ‘CatalogInput` object specifying the new properties of an existing catalog.
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 |