Class: Aws::Types::StopExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::StopExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
976 977 978 |
# File 'sig/types.rbs', line 976 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
975 976 977 |
# File 'sig/types.rbs', line 975 def error @error end |
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
974 975 976 |
# File 'sig/types.rbs', line 974 def execution_arn @execution_arn end |