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

Class: Aws::DAX::Types::UpdateSubnetGroupRequest

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

Overview

Note:

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

{
  subnet_group_name: "String", # required
  description: "String",
  subnet_ids: ["String"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the subnet group.

Returns:

  • (String)

    A description of the subnet group.

#subnet_group_nameString

The name of the subnet group.

Returns:

  • (String)

    The name of the subnet group.

#subnet_idsArray<String>

A list of subnet IDs in the subnet group.

Returns:

  • (Array<String>)

    A list of subnet IDs in the subnet group.