Class: Aws::Types::FlowTraceConditionNodeResultEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowTraceConditionNodeResultEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#satisfied_conditions ⇒ ::Array[Types::FlowTraceCondition]
Returns the value of attribute satisfied_conditions.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#node_name ⇒ ::String
Returns the value of attribute node_name.
970 971 972 |
# File 'sig/types.rbs', line 970 def node_name @node_name end |
#satisfied_conditions ⇒ ::Array[Types::FlowTraceCondition]
Returns the value of attribute satisfied_conditions.
971 972 973 |
# File 'sig/types.rbs', line 971 def satisfied_conditions @satisfied_conditions end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
972 973 974 |
# File 'sig/types.rbs', line 972 def @timestamp end |