class Aws::DAX::Types::CreateSubnetGroupRequest

@note When making an API call, you may pass CreateSubnetGroupRequest

data as a hash:

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

@!attribute [rw] subnet_group_name

A name for the subnet group. This value is stored as a lowercase
string.
@return [String]

@!attribute [rw] description

A description for the subnet group
@return [String]

@!attribute [rw] subnet_ids

A list of VPC subnet IDs for the subnet group.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/CreateSubnetGroupRequest AWS API Documentation

Constants

SENSITIVE