Class: Aws::EC2::Types::CreateSubnetCidrReservationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateSubnetCidrReservationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #subnet_cidr_reservation  ⇒ Types::SubnetCidrReservation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the created subnet CIDR reservation.
 
Instance Attribute Details
#subnet_cidr_reservation ⇒ Types::SubnetCidrReservation
Information about the created subnet CIDR reservation.
      11922 11923 11924 11925 11926  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 11922 class CreateSubnetCidrReservationResult < Struct.new( :subnet_cidr_reservation) SENSITIVE = [] include Aws::Structure end  |