You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DAX::Types::UpdateSubnetGroupRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DAX::Types::UpdateSubnetGroupRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing UpdateSubnetGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  subnet_group_name: "String", # required
  description: "String",
  subnet_ids: ["String"],
}
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the subnet group. 
- 
  
    
      #subnet_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the subnet group. 
- 
  
    
      #subnet_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of subnet IDs in the subnet group. 
Instance Attribute Details
#description ⇒ String
A description of the subnet group.
#subnet_group_name ⇒ String
The name of the subnet group.
#subnet_ids ⇒ Array<String>
A list of subnet IDs in the subnet group.