Class: Aws::Glue::Types::UpdateTriggerRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateTriggerRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the trigger to update. 
- 
  
    
      #trigger_update  ⇒ Types::TriggerUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The new values with which to update the trigger. 
Instance Attribute Details
#name ⇒ String
The name of the trigger to update.
| 27561 27562 27563 27564 27565 27566 | # File 'lib/aws-sdk-glue/types.rb', line 27561 class UpdateTriggerRequest < Struct.new( :name, :trigger_update) SENSITIVE = [] include Aws::Structure end | 
#trigger_update ⇒ Types::TriggerUpdate
The new values with which to update the trigger.
| 27561 27562 27563 27564 27565 27566 | # File 'lib/aws-sdk-glue/types.rb', line 27561 class UpdateTriggerRequest < Struct.new( :name, :trigger_update) SENSITIVE = [] include Aws::Structure end |