Class: Aws::Types::FlowTraceNodeOutputEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowTraceNodeOutputEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::FlowTraceNodeOutputField]
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::FlowTraceNodeOutputField]
Returns the value of attribute fields.
972 973 974 |
# File 'sig/types.rbs', line 972 def fields @fields end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
973 974 975 |
# File 'sig/types.rbs', line 973 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
974 975 976 |
# File 'sig/types.rbs', line 974 def @timestamp end |