Struct rusoto_greengrass::CreateFunctionDefinitionVersionRequest [] [src]

pub struct CreateFunctionDefinitionVersionRequest {
    pub amzn_client_token: Option<String>,
    pub function_definition_id: String,
    pub functions: Option<Vec<Function>>,
}

Function definition version

Fields

The client token used to request idempotent operations.

the unique Id of the lambda definition

Lambda functions in this function definition version.

Trait Implementations

impl Default for CreateFunctionDefinitionVersionRequest
[src]

[src]

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

impl Debug for CreateFunctionDefinitionVersionRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateFunctionDefinitionVersionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations