Class: Aws::Types::InvokeAsyncRequest
- Inherits:
-
Object
- Object
- Aws::Types::InvokeAsyncRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#invoke_args ⇒ ::IO
Returns the value of attribute invoke_args.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
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.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def invoke_args @invoke_args end |