Class: Aws::Types::GoalSchedule
- Inherits:
-
Object
- Object
- Aws::Types::GoalSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
767 768 769 |
# File 'sig/types.rbs', line 767 def expression @expression end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
766 767 768 |
# File 'sig/types.rbs', line 766 def state @state end |