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)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def function_name
  @function_name
end

#invoke_args::IO

Returns the value of attribute invoke_args.

Returns:

  • (::IO)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def invoke_args
  @invoke_args
end