Class: Aws::Types::StopCondition
- Inherits:
-
Object
- Object
- Aws::Types::StopCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source ⇒ "aws:cloudwatch:alarm", "none"
Returns the value of attribute source.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#source ⇒ "aws:cloudwatch:alarm", "none"
Returns the value of attribute source.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def source @source end |
#value ⇒ ::String
Returns the value of attribute value.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def value @value end |