Class: Aws::Types::InlineCodeFlowNodeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InlineCodeFlowNodeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#language ⇒ "Python_3"
Returns the value of attribute language.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def code @code end |
#language ⇒ "Python_3"
Returns the value of attribute language.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def language @language end |