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

Class: Aws::DatabaseMigrationService::Types::ModifyReplicationSubnetGroupMessage

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

Overview

Note:

When passing ModifyReplicationSubnetGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  replication_subnet_group_identifier: "String", # required
  replication_subnet_group_description: "String",
  subnet_ids: ["String"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#replication_subnet_group_descriptionString

A description for the replication instance subnet group.

Returns:

  • (String)

    A description for the replication instance subnet group.

#replication_subnet_group_identifierString

The name of the replication instance subnet group.

Returns:

  • (String)

    The name of the replication instance subnet group.

#subnet_idsArray<String>

A list of subnet IDs.

Returns:

  • (Array<String>)

    A list of subnet IDs.