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.
24649 24650 24651 24652 24653 24654 |
# File 'lib/aws-sdk-glue/types.rb', line 24649 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.
24649 24650 24651 24652 24653 24654 |
# File 'lib/aws-sdk-glue/types.rb', line 24649 class UpdateTriggerRequest < Struct.new( :name, :trigger_update) SENSITIVE = [] include Aws::Structure end |