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_propertiesTypes::TriggerProperties

Returns the value of attribute trigger_properties.



2757
2758
2759
# File 'sig/types.rbs', line 2757

def trigger_properties
  @trigger_properties
end

#trigger_type"Scheduled", ...

Returns the value of attribute trigger_type.

Returns:

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


2756
2757
2758
# File 'sig/types.rbs', line 2756

def trigger_type
  @trigger_type
end