Class: Aws::Glue::Types::CatalogImportStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#import_completedBoolean

True if the migration has completed, or False otherwise.

Returns:

  • (Boolean)


2186
2187
2188
2189
2190
2191
2192
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2186

class CatalogImportStatus < Struct.new(
  :import_completed,
  :import_time,
  :imported_by)
  SENSITIVE = []
  include Aws::Structure
end

#import_timeTime

The time that the migration was started.

Returns:

  • (Time)


2186
2187
2188
2189
2190
2191
2192
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2186

class CatalogImportStatus < Struct.new(
  :import_completed,
  :import_time,
  :imported_by)
  SENSITIVE = []
  include Aws::Structure
end

#imported_byString

The name of the person who initiated the migration.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2186

class CatalogImportStatus < Struct.new(
  :import_completed,
  :import_time,
  :imported_by)
  SENSITIVE = []
  include Aws::Structure
end