Class: Aws::DAX::Types::UpdateSubnetGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DAX::Types::UpdateSubnetGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dax/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
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.
      1664 1665 1666 1667 1668 1669 1670  | 
    
      # File 'lib/aws-sdk-dax/types.rb', line 1664 class UpdateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_group_name ⇒ String
The name of the subnet group.
      1664 1665 1666 1667 1668 1669 1670  | 
    
      # File 'lib/aws-sdk-dax/types.rb', line 1664 class UpdateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_ids ⇒ Array<String>
A list of subnet IDs in the subnet group.
      1664 1665 1666 1667 1668 1669 1670  | 
    
      # File 'lib/aws-sdk-dax/types.rb', line 1664 class UpdateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end  |