Class: Aws::CloudTrail::Types::StartQueryResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::StartQueryResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #query_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the started query.
 
Instance Attribute Details
#query_id ⇒ String
The ID of the started query.
      4637 4638 4639 4640 4641  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 4637 class StartQueryResponse < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end  |