Class: Aws::EC2::Types::DescribeVerifiedAccessInstanceLoggingConfigurationsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeVerifiedAccessInstanceLoggingConfigurationsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #logging_configurations  ⇒ Array<Types::VerifiedAccessInstanceLoggingConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The logging configuration for the Verified Access instances.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#logging_configurations ⇒ Array<Types::VerifiedAccessInstanceLoggingConfiguration>
The logging configuration for the Verified Access instances.
      27109 27110 27111 27112 27113 27114  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 27109 class DescribeVerifiedAccessInstanceLoggingConfigurationsResult < Struct.new( :logging_configurations, :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.
      27109 27110 27111 27112 27113 27114  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 27109 class DescribeVerifiedAccessInstanceLoggingConfigurationsResult < Struct.new( :logging_configurations, :next_token) SENSITIVE = [] include Aws::Structure end  |