Class: Aws::EC2::Types::CreateSubnetResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateSubnetResult
 
 
- 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.
      12032 12033 12034 12035 12036  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 12032 class CreateSubnetResult < Struct.new( :subnet) SENSITIVE = [] include Aws::Structure end  |