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.
854 855 856 |
# File 'sig/types.rbs', line 854 def content @content end |
#name ⇒ ::String
Returns the value of attribute name.
855 856 857 |
# File 'sig/types.rbs', line 855 def name @name end |