Class: Aws::DatabaseMigrationService::Types::TestConnectionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::TestConnectionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
-
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
13897 13898 13899 13900 13901 13902 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13897 class TestConnectionMessage < Struct.new( :replication_instance_arn, :endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance.
13897 13898 13899 13900 13901 13902 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13897 class TestConnectionMessage < Struct.new( :replication_instance_arn, :endpoint_arn) SENSITIVE = [] include Aws::Structure end |