Class: Aws::Types::FlowNodeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expression])

Instance Attribute Summary collapse

Instance Attribute Details

#category"LoopCondition", ...

Returns the value of attribute category.

Returns:

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


1083
1084
1085
# File 'sig/types.rbs', line 1083

def category
  @category
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def expression
  @expression
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def name
  @name
end

#type"String", ...

Returns the value of attribute type.

Returns:

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


1081
1082
1083
# File 'sig/types.rbs', line 1081

def type
  @type
end