Class: Aws::EC2::Types::DescribeClientVpnAuthorizationRulesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeClientVpnAuthorizationRulesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authorization_rules  ⇒ Array<Types::AuthorizationRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the authorization rules.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#authorization_rules ⇒ Array<Types::AuthorizationRule>
Information about the authorization rules.
      17519 17520 17521 17522 17523 17524  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 17519 class DescribeClientVpnAuthorizationRulesResult < Struct.new( :authorization_rules, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
      17519 17520 17521 17522 17523 17524  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 17519 class DescribeClientVpnAuthorizationRulesResult < Struct.new( :authorization_rules, :next_token) SENSITIVE = [] include Aws::Structure end  |