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)


895
896
897
# File 'sig/types.rbs', line 895

def node_name
  @node_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


896
897
898
# File 'sig/types.rbs', line 896

def timestamp
  @timestamp
end

#trace_elementsTypes::TraceElements

Returns the value of attribute trace_elements.



897
898
899
# File 'sig/types.rbs', line 897

def trace_elements
  @trace_elements
end