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.
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.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def invoke_args @invoke_args end |