Class: Aws::Types::UpdateFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:function_code])

Instance Attribute Summary collapse

Instance Attribute Details

#function_code::String

Returns the value of attribute function_code.

Returns:

  • (::String)


4048
4049
4050
# File 'sig/types.rbs', line 4048

def function_code
  @function_code
end

#function_configTypes::FunctionConfig

Returns the value of attribute function_config.



4047
4048
4049
# File 'sig/types.rbs', line 4047

def function_config
  @function_config
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


4046
4047
4048
# File 'sig/types.rbs', line 4046

def if_match
  @if_match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4045
4046
4047
# File 'sig/types.rbs', line 4045

def name
  @name
end