Struct rusoto_lambda::GetAliasRequest [] [src]

pub struct GetAliasRequest {
    pub function_name: String,
    pub name: String,
}

Fields

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the 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.

Name of the alias for which you want to retrieve information.

Trait Implementations

impl Default for GetAliasRequest
[src]

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

impl Debug for GetAliasRequest
[src]

Formats the value using the given formatter.

impl Clone for GetAliasRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more