Struct rusoto_stepfunctions::LambdaFunctionSucceededEventDetails[][src]

pub struct LambdaFunctionSucceededEventDetails {
    pub output: Option<String>,
}

Contains details about a lambda function which successfully terminated during an execution.

Fields

The JSON data output by the lambda function.

Trait Implementations

impl Default for LambdaFunctionSucceededEventDetails
[src]

Returns the "default value" for a type. Read more

impl Debug for LambdaFunctionSucceededEventDetails
[src]

Formats the value using the given formatter. Read more

impl Clone for LambdaFunctionSucceededEventDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LambdaFunctionSucceededEventDetails
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations