Class: Aws::DatabaseMigrationService::Types::DeleteConnectionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteConnectionMessage
- 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.
2407 2408 2409 2410 2411 2412 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2407 class DeleteConnectionMessage < Struct.new( :endpoint_arn, :replication_instance_arn) SENSITIVE = [] include Aws::Structure end |
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance.
2407 2408 2409 2410 2411 2412 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2407 class DeleteConnectionMessage < Struct.new( :endpoint_arn, :replication_instance_arn) SENSITIVE = [] include Aws::Structure end |