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