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.
892 893 894 |
# File 'sig/types.rbs', line 892 def content @content end |
#name ⇒ ::String
Returns the value of attribute name.
893 894 895 |
# File 'sig/types.rbs', line 893 def name @name end |