Class: Aws::EC2::Types::IpamCidrAuthorizationContext
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::IpamCidrAuthorizationContext
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using 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.
      46088 46089 46090 46091 46092 46093  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46088 class IpamCidrAuthorizationContext < Struct.new( :message, :signature) SENSITIVE = [] include Aws::Structure end  | 
  
#signature ⇒ String
The signed authorization message for the prefix and account.
      46088 46089 46090 46091 46092 46093  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46088 class IpamCidrAuthorizationContext < Struct.new( :message, :signature) SENSITIVE = [] include Aws::Structure end  |