Class: Aws::Types::LambdaInvokeOperation

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#function_arn::String

Returns the value of attribute function_arn.



1050
1051
1052
# File 'sig/types.rbs', line 1050

def function_arn
  @function_arn
end

#invocation_schema_version::String

Returns the value of attribute invocation_schema_version.



1051
1052
1053
# File 'sig/types.rbs', line 1051

def invocation_schema_version
  @invocation_schema_version
end

#user_arguments::Hash[::String, ::String]

Returns the value of attribute user_arguments.



1052
1053
1054
# File 'sig/types.rbs', line 1052

def user_arguments
  @user_arguments
end