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
 - Struct
 - Aws::ElastiCache::Types::CacheSubnetGroup
 
 
- Defined in:
 - (unknown)
 
Overview
Represents the output of one of the following operations:
-  
CreateCacheSubnetGroup -  
ModifyCacheSubnetGroup 
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN (Amazon Resource Name) of the cache subnet group.
 - 
  
    
      #cache_subnet_group_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the cache subnet group.
 - 
  
    
      #cache_subnet_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cache subnet group.
 - 
  
    
      #subnets  ⇒ Array<Types::Subnet> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of subnets associated with the cache subnet group.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
 
Instance Attribute Details
#arn ⇒ String
The ARN (Amazon Resource Name) of the cache subnet group.
#cache_subnet_group_description ⇒ String
The description of the cache subnet group.
#cache_subnet_group_name ⇒ String
The name of the cache subnet group.
#subnets ⇒ Array<Types::Subnet>
A list of subnets associated with the cache subnet group.
#vpc_id ⇒ String
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.