Class: Aws::Types::CreateExperimentTemplateStopConditionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateExperimentTemplateStopConditionInput
- 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.
96 97 98 |
# File 'sig/types.rbs', line 96 def source @source end |
#value ⇒ ::String
Returns the value of attribute value.
97 98 99 |
# File 'sig/types.rbs', line 97 def value @value end |