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)


8257
8258
8259
# File 'sig/types.rbs', line 8257

def name
  @name
end

#trigger_updateTypes::TriggerUpdate

Returns the value of attribute trigger_update.



8258
8259
8260
# File 'sig/types.rbs', line 8258

def trigger_update
  @trigger_update
end