Class: Aws::Glue::Types::GetCatalogImportStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCatalogImportStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_status ⇒ Types::CatalogImportStatus
The status of the specified catalog migration.
Instance Attribute Details
#import_status ⇒ Types::CatalogImportStatus
The status of the specified catalog migration.
11100 11101 11102 11103 11104 |
# File 'lib/aws-sdk-glue/types.rb', line 11100 class GetCatalogImportStatusResponse < Struct.new( :import_status) SENSITIVE = [] include Aws::Structure end |