Class: Aws::Types::TriggerCondition
- Inherits:
-
Object
- Object
- Aws::Types::TriggerCondition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schedule ⇒ Types::ScheduleCondition
Returns the value of attribute schedule.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#schedule ⇒ Types::ScheduleCondition
Returns the value of attribute schedule.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def schedule @schedule end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def unknown @unknown end |