Class: Aws::Types::FlowExecutionInputEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowExecutionInputEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::FlowInputField]
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::FlowInputField]
Returns the value of attribute fields.
759 760 761 |
# File 'sig/types.rbs', line 759 def fields @fields end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
760 761 762 |
# File 'sig/types.rbs', line 760 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
761 762 763 |
# File 'sig/types.rbs', line 761 def @timestamp end |