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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

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

Returns:

  • (String)


10100
10101
10102
10103
10104
10105
10106
10107
10108
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10100

class RefreshSchemasStatus < Struct.new(
  :endpoint_arn,
  :replication_instance_arn,
  :status,
  :last_refresh_date,
  :last_failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#last_failure_messageString

The last failure message for the schema.

Returns:

  • (String)


10100
10101
10102
10103
10104
10105
10106
10107
10108
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10100

class RefreshSchemasStatus < Struct.new(
  :endpoint_arn,
  :replication_instance_arn,
  :status,
  :last_refresh_date,
  :last_failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#last_refresh_dateTime

The date the schema was last refreshed.

Returns:

  • (Time)


10100
10101
10102
10103
10104
10105
10106
10107
10108
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10100

class RefreshSchemasStatus < Struct.new(
  :endpoint_arn,
  :replication_instance_arn,
  :status,
  :last_refresh_date,
  :last_failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#replication_instance_arnString

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

Returns:

  • (String)


10100
10101
10102
10103
10104
10105
10106
10107
10108
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10100

class RefreshSchemasStatus < Struct.new(
  :endpoint_arn,
  :replication_instance_arn,
  :status,
  :last_refresh_date,
  :last_failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the schema.

Returns:

  • (String)


10100
10101
10102
10103
10104
10105
10106
10107
10108
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10100

class RefreshSchemasStatus < Struct.new(
  :endpoint_arn,
  :replication_instance_arn,
  :status,
  :last_refresh_date,
  :last_failure_message)
  SENSITIVE = []
  include Aws::Structure
end