Class: Aws::Types::InvokeAsyncRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def function_name
  @function_name
end

#invoke_args::IO

Returns the value of attribute invoke_args.

Returns:

  • (::IO)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def invoke_args
  @invoke_args
end