Class: Aws::DatabaseMigrationService::Types::DeleteReplicationInstanceMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteReplicationInstanceMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance to be deleted.
Instance Attribute Details
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance to be deleted.
2628 2629 2630 2631 2632 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2628 class DeleteReplicationInstanceMessage < Struct.new( :replication_instance_arn) SENSITIVE = [] include Aws::Structure end |