Class: Aws::Types::NodeDependencyEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:trace_elements])

Instance Attribute Summary collapse

Instance Attribute Details

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def node_name
  @node_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def timestamp
  @timestamp
end

#trace_elementsTypes::NodeTraceElements

Returns the value of attribute trace_elements.



1824
1825
1826
# File 'sig/types.rbs', line 1824

def trace_elements
  @trace_elements
end