Class: Aws::Glue::Types::UpdateTriggerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the trigger to update.

Returns:

  • (String)


22905
22906
22907
22908
22909
22910
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22905

class UpdateTriggerRequest < Struct.new(
  :name,
  :trigger_update)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_updateTypes::TriggerUpdate

The new values with which to update the trigger.



22905
22906
22907
22908
22909
22910
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22905

class UpdateTriggerRequest < Struct.new(
  :name,
  :trigger_update)
  SENSITIVE = []
  include Aws::Structure
end