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.



1342
1343
1344
# File 'sig/types.rbs', line 1342

def trigger_properties
  @trigger_properties
end

#trigger_type"Scheduled", ...

Returns the value of attribute trigger_type.

Returns:

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


1341
1342
1343
# File 'sig/types.rbs', line 1341

def trigger_type
  @trigger_type
end