Struct rusoto_stepfunctions::LambdaFunctionScheduledEventDetails [] [src]

pub struct LambdaFunctionScheduledEventDetails {
    pub input: Option<String>,
    pub resource: String,
    pub timeout_in_seconds: Option<i64>,
}

Fields

The JSON data input to the lambda function.

The Amazon Resource Name (ARN) of the scheduled lambda function.

The maximum allowed duration of the lambda function.

Trait Implementations

impl Default for LambdaFunctionScheduledEventDetails
[src]

[src]

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

impl Debug for LambdaFunctionScheduledEventDetails
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LambdaFunctionScheduledEventDetails
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations