Class: Aws::Types::FlowTraceNodeInputField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content, :execution_chain, :source])

Instance Attribute Summary collapse

Instance Attribute Details

#category"LoopCondition", ...

Returns the value of attribute category.

Returns:

  • ("LoopCondition", "ReturnValueToLoopStart", "ExitLoop")


944
945
946
# File 'sig/types.rbs', line 944

def category
  @category
end

#contentTypes::FlowTraceNodeInputContent

Returns the value of attribute content.



945
946
947
# File 'sig/types.rbs', line 945

def content
  @content
end

#execution_chain::Array[Types::FlowTraceNodeInputExecutionChainItem]

Returns the value of attribute execution_chain.



946
947
948
# File 'sig/types.rbs', line 946

def execution_chain
  @execution_chain
end

#node_input_name::String

Returns the value of attribute node_input_name.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def node_input_name
  @node_input_name
end

#sourceTypes::FlowTraceNodeInputSource

Returns the value of attribute source.



948
949
950
# File 'sig/types.rbs', line 948

def source
  @source
end

#type"String", ...

Returns the value of attribute type.

Returns:

  • ("String", "Number", "Boolean", "Object", "Array")


949
950
951
# File 'sig/types.rbs', line 949

def type
  @type
end