Class: Aws::Types::FlowTraceConditionNodeResultEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def node_name
  @node_name
end

#satisfied_conditions::Array[Types::FlowTraceCondition]

Returns the value of attribute satisfied_conditions.

Returns:



889
890
891
# File 'sig/types.rbs', line 889

def satisfied_conditions
  @satisfied_conditions
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


890
891
892
# File 'sig/types.rbs', line 890

def timestamp
  @timestamp
end