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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Represents the output of one of the following operations:

  • ‘CreateCacheSubnetGroup`

  • ‘ModifyCacheSubnetGroup`

Instance Attribute Summary collapse

Instance Attribute Details

#cache_subnet_group_descriptionString

The description of the cache subnet group.

Returns:

  • (String)


918
919
920
921
922
923
924
# File 'lib/aws-sdk-elasticache/types.rb', line 918

class CacheSubnetGroup < Struct.new(
  :cache_subnet_group_name,
  :cache_subnet_group_description,
  :vpc_id,
  :subnets)
  include Aws::Structure
end

#cache_subnet_group_nameString

The name of the cache subnet group.

Returns:

  • (String)


918
919
920
921
922
923
924
# File 'lib/aws-sdk-elasticache/types.rb', line 918

class CacheSubnetGroup < Struct.new(
  :cache_subnet_group_name,
  :cache_subnet_group_description,
  :vpc_id,
  :subnets)
  include Aws::Structure
end

#subnetsArray<Types::Subnet>

A list of subnets associated with the cache subnet group.

Returns:



918
919
920
921
922
923
924
# File 'lib/aws-sdk-elasticache/types.rb', line 918

class CacheSubnetGroup < Struct.new(
  :cache_subnet_group_name,
  :cache_subnet_group_description,
  :vpc_id,
  :subnets)
  include Aws::Structure
end

#vpc_idString

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

Returns:

  • (String)


918
919
920
921
922
923
924
# File 'lib/aws-sdk-elasticache/types.rb', line 918

class CacheSubnetGroup < Struct.new(
  :cache_subnet_group_name,
  :cache_subnet_group_description,
  :vpc_id,
  :subnets)
  include Aws::Structure
end