Class: Aws::Types::CreateFunctionRequest

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)


632
633
634
# File 'sig/types.rbs', line 632

def function_code
  @function_code
end

#function_configTypes::FunctionConfig

Returns the value of attribute function_config.



631
632
633
# File 'sig/types.rbs', line 631

def function_config
  @function_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def name
  @name
end

#tagsTypes::Tags

Returns the value of attribute tags.

Returns:



633
634
635
# File 'sig/types.rbs', line 633

def tags
  @tags
end