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.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def schedule @schedule end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def unknown @unknown end |