Class: Aws::Glue::Types::GetCatalogImportStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCatalogImportStatusRequest
- Defined in:
- gems/aws-sdk-glue/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.
7967 7968 7969 7970 7971 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7967 class GetCatalogImportStatusRequest < Struct.new( :catalog_id) SENSITIVE = [] include Aws::Structure end |