Class: Aws::EC2::Types::CreateDefaultSubnetResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateDefaultSubnetResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #subnet  ⇒ Types::Subnet 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the subnet.
 
Instance Attribute Details
#subnet ⇒ Types::Subnet
Information about the subnet.
      8542 8543 8544 8545 8546  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8542 class CreateDefaultSubnetResult < Struct.new( :subnet) SENSITIVE = [] include Aws::Structure end  |