Class: Aws::Types::UpdateExperimentTemplateStopConditionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExperimentTemplateStopConditionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source ⇒ ::String
Returns the value of attribute source.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#source ⇒ ::String
Returns the value of attribute source.
801 802 803 |
# File 'sig/types.rbs', line 801 def source @source end |
#value ⇒ ::String
Returns the value of attribute value.
802 803 804 |
# File 'sig/types.rbs', line 802 def value @value end |