Class: Aws::Types::LambdaFunctionMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def function_name
  @function_name
end

#function_tags::Hash[::String, ::String]

Returns the value of attribute function_tags.

Returns:

  • (::Hash[::String, ::String])


1873
1874
1875
# File 'sig/types.rbs', line 1873

def function_tags
  @function_tags
end

#layers::Array[::String]

Returns the value of attribute layers.

Returns:

  • (::Array[::String])


1874
1875
1876
# File 'sig/types.rbs', line 1874

def layers
  @layers
end

#runtime"NODEJS", ...

Returns the value of attribute runtime.

Returns:

  • ("NODEJS", "NODEJS_12_X", "NODEJS_14_X", "NODEJS_16_X", "JAVA_8", "JAVA_8_AL2", "JAVA_11", "PYTHON_3_7", "PYTHON_3_8", "PYTHON_3_9", "UNSUPPORTED", "NODEJS_18_X", "GO_1_X", "JAVA_17", "PYTHON_3_10", "PYTHON_3_11", "DOTNETCORE_3_1", "DOTNET_6", "DOTNET_7", "RUBY_2_7", "RUBY_3_2", "DOTNET_10", "NODEJS_24_X", "NODEJS_22_X", "JAVA_21", "JAVA_25")


1876
1877
1878
# File 'sig/types.rbs', line 1876

def runtime
  @runtime
end