Class: Aws::Glue::Types::CatalogImportStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogImportStatus
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A structure containing migration status information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_completed ⇒ Boolean
True
if the migration has completed, orFalse
otherwise. -
#import_time ⇒ Time
The time that the migration was started.
-
#imported_by ⇒ String
The name of the person who initiated the migration.
Instance Attribute Details
#import_completed ⇒ Boolean
True
if the migration has completed, or False
otherwise.
1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1424 class CatalogImportStatus < Struct.new( :import_completed, :import_time, :imported_by) SENSITIVE = [] include Aws::Structure end |
#import_time ⇒ Time
The time that the migration was started.
1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1424 class CatalogImportStatus < Struct.new( :import_completed, :import_time, :imported_by) SENSITIVE = [] include Aws::Structure end |
#imported_by ⇒ String
The name of the person who initiated the migration.
1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1424 class CatalogImportStatus < Struct.new( :import_completed, :import_time, :imported_by) SENSITIVE = [] include Aws::Structure end |