Class: Aws::DAX::Types::UpdateSubnetGroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DAX::Types::UpdateSubnetGroupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dax/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #subnet_group  ⇒ Types::SubnetGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The subnet group that has been modified.
 
Instance Attribute Details
#subnet_group ⇒ Types::SubnetGroup
The subnet group that has been modified.
      1678 1679 1680 1681 1682  | 
    
      # File 'lib/aws-sdk-dax/types.rb', line 1678 class UpdateSubnetGroupResponse < Struct.new( :subnet_group) SENSITIVE = [] include Aws::Structure end  |