Class: Aws::EC2::Types::MoveByoipCidrToIpamResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::MoveByoipCidrToIpamResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #byoip_cidr  ⇒ Types::ByoipCidr 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The BYOIP CIDR.
 
Instance Attribute Details
#byoip_cidr ⇒ Types::ByoipCidr
The BYOIP CIDR.
      55918 55919 55920 55921 55922  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55918 class MoveByoipCidrToIpamResult < Struct.new( :byoip_cidr) SENSITIVE = [] include Aws::Structure end  |