Class: Aws::DatabaseMigrationService::Types::CreateReplicationSubnetGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replication_subnet_groupTypes::ReplicationSubnetGroup

The replication subnet group that was created.



1628
1629
1630
1631
1632
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1628

class CreateReplicationSubnetGroupResponse < Struct.new(
  :replication_subnet_group)
  SENSITIVE = []
  include Aws::Structure
end