Class: Aws::Types::ExperimentStopCondition
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentStopCondition
- 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.
278 279 280 |
# File 'sig/types.rbs', line 278 def source @source end |
#value ⇒ ::String
Returns the value of attribute value.
279 280 281 |
# File 'sig/types.rbs', line 279 def value @value end |