Class: Aws::Types::LambdaFunctionInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def current_version
  @current_version
end

#function_alias::String

Returns the value of attribute function_alias.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def function_alias
  @function_alias
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def function_name
  @function_name
end

#target_version::String

Returns the value of attribute target_version.

Returns:

  • (::String)


884
885
886
# File 'sig/types.rbs', line 884

def target_version
  @target_version
end

#target_version_weight::Float

Returns the value of attribute target_version_weight.

Returns:

  • (::Float)


885
886
887
# File 'sig/types.rbs', line 885

def target_version_weight
  @target_version_weight
end