Class: Aws::EC2::Types::Byoasn
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::Byoasn
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The Autonomous System Number (ASN) and BYOIP CIDR association.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #asn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A public 2-byte or 4-byte ASN.
 - 
  
    
      #ipam_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An IPAM ID.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The provisioning state of the BYOASN.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status message.
 
Instance Attribute Details
#asn ⇒ String
A public 2-byte or 4-byte ASN.
      4072 4073 4074 4075 4076 4077 4078 4079  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4072 class Byoasn < Struct.new( :asn, :ipam_id, :status_message, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#ipam_id ⇒ String
An IPAM ID.
      4072 4073 4074 4075 4076 4077 4078 4079  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4072 class Byoasn < Struct.new( :asn, :ipam_id, :status_message, :state) SENSITIVE = [] include Aws::Structure end  |