You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::ReplicationSubnetGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#replication_subnet_group_descriptionString

A description for the replication subnet group.

Returns:

  • (String)

    A description for the replication subnet group.

#replication_subnet_group_identifierString

The identifier of the replication instance subnet group.

Returns:

  • (String)

    The identifier of the replication instance subnet group.

#subnet_group_statusString

The status of the subnet group.

Returns:

  • (String)

    The status of the subnet group.

#subnetsArray<Types::Subnet>

The subnets that are in the subnet group.

Returns:

  • (Array<Types::Subnet>)

    The subnets that are in the subnet group.

#vpc_idString

The ID of the VPC.

Returns:

  • (String)

    The ID of the VPC.