You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A structure containing migration status information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#import_completedBoolean

True if the migration has completed, or False otherwise.

Returns:

  • (Boolean)

    True if the migration has completed, or False otherwise.

#import_timeTime

The time that the migration was started.

Returns:

  • (Time)

    The time that the migration was started.

#imported_byString

The name of the person who initiated the migration.

Returns:

  • (String)

    The name of the person who initiated the migration.