Class: Aws::EC2::Types::CreateSubnetResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::CreateSubnetResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 13623 13624 13625 13626 13627 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13623 class CreateSubnetResult < Struct.new( :subnet) SENSITIVE = [] include Aws::Structure end |