Class: Aws::Types::FlowExecutionOutputEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowExecutionOutputEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::FlowOutputField]
Returns the value of attribute fields.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#fields ⇒ ::Array[Types::FlowOutputField]
Returns the value of attribute fields.
766 767 768 |
# File 'sig/types.rbs', line 766 def fields @fields end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
767 768 769 |
# File 'sig/types.rbs', line 767 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
768 769 770 |
# File 'sig/types.rbs', line 768 def @timestamp end |