Class: Aws::Types::TriggerConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#trigger_properties ⇒ Types::TriggerProperties

Returns the value of attribute trigger_properties.



2788
2789
2790
# File 'sig/types.rbs', line 2788

def trigger_properties
  @trigger_properties
end

#trigger_type ⇒ "Scheduled", ...

Returns the value of attribute trigger_type.

Returns:

  • ("Scheduled", "Event", "OnDemand")


2787
2788
2789
# File 'sig/types.rbs', line 2787

def trigger_type
  @trigger_type
end