Class: Aws::Types::NodeDependencyEvent
- Inherits:
-
Object
- Object
- Aws::Types::NodeDependencyEvent
- 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::NodeTraceElements
Returns the value of attribute trace_elements.
Instance Attribute Details
#node_name ⇒ ::String
Returns the value of attribute node_name.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def @timestamp end |
#trace_elements ⇒ Types::NodeTraceElements
Returns the value of attribute trace_elements.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def trace_elements @trace_elements end |