Class: Aws::Types::FlowTraceNodeInputEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowTraceNodeInputEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::FlowTraceNodeInputField]
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::FlowTraceNodeInputField]
Returns the value of attribute fields.
930 931 932 |
# File 'sig/types.rbs', line 930 def fields @fields end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
931 932 933 |
# File 'sig/types.rbs', line 931 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
932 933 934 |
# File 'sig/types.rbs', line 932 def @timestamp end |