Struct rusoto_lambda::CreateAliasRequest [] [src]

pub struct CreateAliasRequest {
    pub description: Option<String>,
    pub function_name: String,
    pub function_version: String,
    pub name: String,
}

Fields

Description of the alias.

Name of the Lambda function for which you want to create an alias. 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.

Lambda function version for which you are creating the alias.

Name for the alias you are creating.

Trait Implementations

impl Default for CreateAliasRequest
[src]

[src]

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

impl Debug for CreateAliasRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateAliasRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more