Method: Aws::Endpoints::Function#initialize

Defined in:
lib/aws-sdk-core/endpoints/function.rb

#initialize(fn:, argv:) ⇒ Function

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Function.



12
13
14
15
# File 'lib/aws-sdk-core/endpoints/function.rb', line 12

def initialize(fn:, argv:)
  @fn = fn
  @argv = build_argv(argv)
end