Class: Aws::Types::FlowTraceNodeInputExecutionChainItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


937
938
939
# File 'sig/types.rbs', line 937

def index
  @index
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def node_name
  @node_name
end

#type"Iterator", "Loop"

Returns the value of attribute type.

Returns:

  • ("Iterator", "Loop")


939
940
941
# File 'sig/types.rbs', line 939

def type
  @type
end