Class: Aws::TimestreamQuery::Types::UpdateScheduledQueryRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamQuery::Types::UpdateScheduledQueryRequest
 
 
- Defined in:
 - gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #scheduled_query_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ARN of the scheuled query.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
State of the scheduled query.
 
Instance Attribute Details
#scheduled_query_arn ⇒ String
ARN of the scheuled query.
      2075 2076 2077 2078 2079 2080  | 
    
      # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 2075 class UpdateScheduledQueryRequest < Struct.new( :scheduled_query_arn, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
State of the scheduled query.
      2075 2076 2077 2078 2079 2080  | 
    
      # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 2075 class UpdateScheduledQueryRequest < Struct.new( :scheduled_query_arn, :state) SENSITIVE = [] include Aws::Structure end  |