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
Trueif the migration has completed, orFalseotherwise. -
#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.
2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2194 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.
2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2194 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.
2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2194 class CatalogImportStatus < Struct.new( :import_completed, :import_time, :imported_by) SENSITIVE = [] include Aws::Structure end |