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")


1026
1027
1028
# File 'sig/types.rbs', line 1026

def category
  @category
end

#contentTypes::FlowTraceNodeInputContent

Returns the value of attribute content.



1027
1028
1029
# File 'sig/types.rbs', line 1027

def content
  @content
end

#execution_chain::Array[Types::FlowTraceNodeInputExecutionChainItem]

Returns the value of attribute execution_chain.



1028
1029
1030
# File 'sig/types.rbs', line 1028

def execution_chain
  @execution_chain
end

#node_input_name::String

Returns the value of attribute node_input_name.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def node_input_name
  @node_input_name
end

#sourceTypes::FlowTraceNodeInputSource

Returns the value of attribute source.



1030
1031
1032
# File 'sig/types.rbs', line 1030

def source
  @source
end

#type"String", ...

Returns the value of attribute type.

Returns:

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


1031
1032
1033
# File 'sig/types.rbs', line 1031

def type
  @type
end