Class: Aws::Types::NodeInputExecutionChainItem

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)


1855
1856
1857
# File 'sig/types.rbs', line 1855

def index
  @index
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


1856
1857
1858
# File 'sig/types.rbs', line 1856

def node_name
  @node_name
end

#type"Iterator", "Loop"

Returns the value of attribute type.

Returns:

  • ("Iterator", "Loop")


1857
1858
1859
# File 'sig/types.rbs', line 1857

def type
  @type
end