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)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1764

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)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1764

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)


1764
1765
1766
1767
1768
1769
1770
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1764

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