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

Class: Aws::ElastiCache::Types::CacheSubnetGroup

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

Overview

Represents the output of one of the following operations:

  • CreateCacheSubnetGroup

  • ModifyCacheSubnetGroup

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN (Amazon Resource Name) of the cache subnet group.

Returns:

  • (String)

    The ARN (Amazon Resource Name) of the cache subnet group.

#cache_subnet_group_descriptionString

The description of the cache subnet group.

Returns:

  • (String)

    The description of the cache subnet group.

#cache_subnet_group_nameString

The name of the cache subnet group.

Returns:

  • (String)

    The name of the cache subnet group.

#subnetsArray<Types::Subnet>

A list of subnets associated with the cache subnet group.

Returns:

  • (Array<Types::Subnet>)

    A list of subnets associated with the cache subnet group.

#vpc_idString

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

Returns:

  • (String)

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