Class: Aws::DatabaseMigrationService::Types::DeleteReplicationSubnetGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteReplicationSubnetGroupMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_subnet_group_identifier ⇒ String
The subnet group name of the replication instance.
Instance Attribute Details
#replication_subnet_group_identifier ⇒ String
The subnet group name of the replication instance.
2652 2653 2654 2655 2656 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2652 class DeleteReplicationSubnetGroupMessage < Struct.new( :replication_subnet_group_identifier) SENSITIVE = [] include Aws::Structure end |