Class: Aws::Types::InlineCodeFlowNodeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:code])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def code
  @code
end

#language"Python_3"

Returns the value of attribute language.

Returns:

  • ("Python_3")


1557
1558
1559
# File 'sig/types.rbs', line 1557

def language
  @language
end