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

Class: Aws::DAX::Types::SubnetGroup

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

Overview

Represents the output of one of the following actions:

  • CreateSubnetGroup

  • ModifySubnetGroup

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the subnet group.

Returns:

  • (String)

    The description of the subnet group.

#subnet_group_nameString

The name of the subnet group.

Returns:

  • (String)

    The name of the subnet group.

#subnetsArray<Types::Subnet>

A list of subnets associated with the subnet group.

Returns:

  • (Array<Types::Subnet>)

    A list of subnets associated with the subnet group.

#vpc_idString

The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

Returns:

  • (String)

    The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.