Class: Aws::DatabaseMigrationService::Types::ModifyReplicationSubnetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ModifyReplicationSubnetGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_subnet_group ⇒ Types::ReplicationSubnetGroup
The modified replication subnet group.
Instance Attribute Details
#replication_subnet_group ⇒ Types::ReplicationSubnetGroup
The modified replication subnet group.
8192 8193 8194 8195 8196 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8192 class ModifyReplicationSubnetGroupResponse < Struct.new( :replication_subnet_group) SENSITIVE = [] include Aws::Structure end |