Class: Aws::CloudWatchLogs::Types::DescribeQueriesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::DescribeQueriesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token for the next set of items to return.
 - 
  
    
      #queries  ⇒ Array<Types::QueryInfo> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of queries that match the request.
 
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
      1918 1919 1920 1921 1922 1923  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1918 class DescribeQueriesResponse < Struct.new( :queries, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#queries ⇒ Array<Types::QueryInfo>
The list of queries that match the request.
      1918 1919 1920 1921 1922 1923  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1918 class DescribeQueriesResponse < Struct.new( :queries, :next_token) SENSITIVE = [] include Aws::Structure end  |