Class: Aws::Types::FlowTraceDependencyEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowTraceDependencyEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#trace_elements ⇒ Types::TraceElements
Returns the value of attribute trace_elements.
Instance Attribute Details
#node_name ⇒ ::String
Returns the value of attribute node_name.
895 896 897 |
# File 'sig/types.rbs', line 895 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
896 897 898 |
# File 'sig/types.rbs', line 896 def @timestamp end |
#trace_elements ⇒ Types::TraceElements
Returns the value of attribute trace_elements.
897 898 899 |
# File 'sig/types.rbs', line 897 def trace_elements @trace_elements end |