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.
| 2682 2683 2684 2685 2686 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2682 class DeleteReplicationSubnetGroupMessage < Struct.new( :replication_subnet_group_identifier) SENSITIVE = [] include Aws::Structure end |