Class: Aws::EC2::Types::CidrAuthorizationContext
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CidrAuthorizationContext
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see [Configuring your BYOIP address range] in the *Amazon EC2 User Guide*.
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The plain-text authorization message for the prefix and account.
 - 
  
    
      #signature  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The signed authorization message for the prefix and account.
 
Instance Attribute Details
#message ⇒ String
The plain-text authorization message for the prefix and account.
      5793 5794 5795 5796 5797 5798  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5793 class CidrAuthorizationContext < Struct.new( :message, :signature) SENSITIVE = [] include Aws::Structure end  | 
  
#signature ⇒ String
The signed authorization message for the prefix and account.
      5793 5794 5795 5796 5797 5798  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5793 class CidrAuthorizationContext < Struct.new( :message, :signature) SENSITIVE = [] include Aws::Structure end  |