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

Class: Aws::DatabaseMigrationService::Types::RefreshSchemasStatus

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

Overview

Provides information that describes status of a schema at an endpoint specified by the DescribeRefreshSchemaStatus operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

Returns:

  • (String)

    The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

#last_failure_messageString

The last failure message for the schema.

Returns:

  • (String)

    The last failure message for the schema.

#last_refresh_dateTime

The date the schema was last refreshed.

Returns:

  • (Time)

    The date the schema was last refreshed.

#replication_instance_arnString

The Amazon Resource Name (ARN) of the replication instance.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the replication instance.

#statusString

The status of the schema.

Possible values:

  • successful
  • failed
  • refreshing

Returns:

  • (String)

    The status of the schema.