Class: Aws::DatabaseMigrationService::Types::RefreshSchemasStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::RefreshSchemasStatus
- 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
-
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
-
#last_failure_message ⇒ String
The last failure message for the schema.
-
#last_refresh_date ⇒ Time
The date the schema was last refreshed.
-
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance.
-
#status ⇒ String
The status of the schema.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
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_message ⇒ String
The last failure message for the schema.
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_date ⇒ Time
The date the schema was last refreshed.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance.
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 |
#status ⇒ String
The status of the schema.
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 |