Struct rusoto_lambda::InvokeAsyncRequest [−][src]
Fields
function_name: String
The Lambda function name. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
invoke_args: Vec<u8>
JSON that you want to provide to your Lambda function as input.
Trait Implementations
impl Default for InvokeAsyncRequest[src]
impl Default for InvokeAsyncRequestfn default() -> InvokeAsyncRequest[src]
fn default() -> InvokeAsyncRequestReturns the "default value" for a type. Read more
impl Debug for InvokeAsyncRequest[src]
impl Debug for InvokeAsyncRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for InvokeAsyncRequest[src]
impl Clone for InvokeAsyncRequestfn clone(&self) -> InvokeAsyncRequest[src]
fn clone(&self) -> InvokeAsyncRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for InvokeAsyncRequest[src]
impl PartialEq for InvokeAsyncRequestfn eq(&self, other: &InvokeAsyncRequest) -> bool[src]
fn eq(&self, other: &InvokeAsyncRequest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &InvokeAsyncRequest) -> bool[src]
fn ne(&self, other: &InvokeAsyncRequest) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for InvokeAsyncRequest
impl Send for InvokeAsyncRequestimpl Sync for InvokeAsyncRequest
impl Sync for InvokeAsyncRequest