Class: Aws::Types::FlowOutputField
- Inherits:
-
Object
- Object
- Aws::Types::FlowOutputField
- 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.
936 937 938 |
# File 'sig/types.rbs', line 936 def content @content end |
#name ⇒ ::String
Returns the value of attribute name.
937 938 939 |
# File 'sig/types.rbs', line 937 def name @name end |