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.
2373 2374 2375 2376 2377 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2373 class DeleteReplicationSubnetGroupMessage < Struct.new( :replication_subnet_group_identifier) SENSITIVE = [] include Aws::Structure end |