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.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def fields @fields end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def @timestamp end |