Class: Aws::Types::FlowTraceDependencyEvent

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)


977
978
979
# File 'sig/types.rbs', line 977

def node_name
  @node_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


978
979
980
# File 'sig/types.rbs', line 978

def timestamp
  @timestamp
end

#trace_elementsTypes::TraceElements

Returns the value of attribute trace_elements.



979
980
981
# File 'sig/types.rbs', line 979

def trace_elements
  @trace_elements
end