Class: Aws::Types::UpdateTriggerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8225
8226
8227
# File 'sig/types.rbs', line 8225

def name
  @name
end

#trigger_updateTypes::TriggerUpdate

Returns the value of attribute trigger_update.



8226
8227
8228
# File 'sig/types.rbs', line 8226

def trigger_update
  @trigger_update
end