Class: Aws::EC2::Types::DescribeVerifiedAccessInstanceLoggingConfigurationsResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::DescribeVerifiedAccessInstanceLoggingConfigurationsResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 31923 31924 31925 31926 31927 31928 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31923 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.
| 31923 31924 31925 31926 31927 31928 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31923 class DescribeVerifiedAccessInstanceLoggingConfigurationsResult < Struct.new( :logging_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |