Class: Aws::Glue::Types::ImportCatalogToGlueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ImportCatalogToGlueRequest
- 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 to import.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.
15527 15528 15529 15530 15531 |
# File 'lib/aws-sdk-glue/types.rb', line 15527 class ImportCatalogToGlueRequest < Struct.new( :catalog_id) SENSITIVE = [] include Aws::Structure end |