Class: Aws::DatabaseMigrationService::Types::RefreshSchemasStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::RefreshSchemasStatus
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10516 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.
10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10516 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.
10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10516 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.
10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10516 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.
10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10516 class RefreshSchemasStatus < Struct.new( :endpoint_arn, :replication_instance_arn, :status, :last_refresh_date, :last_failure_message) SENSITIVE = [] include Aws::Structure end |