Class: Aws::Types::FlowTraceNodeInputEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fields::Array[Types::FlowTraceNodeInputField]

Returns the value of attribute fields.

Returns:



1012
1013
1014
# File 'sig/types.rbs', line 1012

def fields
  @fields
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def node_name
  @node_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def timestamp
  @timestamp
end