Class: Aws::EC2::Types::AsnAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AsnAssociation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
An Autonomous System Number (ASN) and BYOIP CIDR association.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #asn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association’s ASN.
 - 
  
    
      #cidr  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association’s CIDR.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association’s state.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association’s status message.
 
Instance Attribute Details
#asn ⇒ String
The association’s ASN.
      1716 1717 1718 1719 1720 1721 1722 1723  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1716 class AsnAssociation < Struct.new( :asn, :cidr, :status_message, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#cidr ⇒ String
The association’s CIDR.
      1716 1717 1718 1719 1720 1721 1722 1723  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1716 class AsnAssociation < Struct.new( :asn, :cidr, :status_message, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The association’s state.
      1716 1717 1718 1719 1720 1721 1722 1723  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1716 class AsnAssociation < Struct.new( :asn, :cidr, :status_message, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#status_message ⇒ String
The association’s status message.
      1716 1717 1718 1719 1720 1721 1722 1723  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1716 class AsnAssociation < Struct.new( :asn, :cidr, :status_message, :state) SENSITIVE = [] include Aws::Structure end  |