Class: Aws::Types::FlowInputField
- Inherits:
-
Object
- Object
- Aws::Types::FlowInputField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::FlowExecutionContent
Returns the value of attribute content.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#content ⇒ Types::FlowExecutionContent
Returns the value of attribute content.
810 811 812 |
# File 'sig/types.rbs', line 810 def content @content end |
#name ⇒ ::String
Returns the value of attribute name.
811 812 813 |
# File 'sig/types.rbs', line 811 def name @name end |