Struct rusoto_lambda::DeleteAliasRequest
[−]
[src]
pub struct DeleteAliasRequest {
pub function_name: String,
pub name: String,
}Fields
function_name: String
The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing. 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: String
Name of the alias to delete.
Trait Implementations
impl Default for DeleteAliasRequest[src]
fn default() -> DeleteAliasRequest
Returns the "default value" for a type. Read more
impl Debug for DeleteAliasRequest[src]
impl Clone for DeleteAliasRequest[src]
fn clone(&self) -> DeleteAliasRequest
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more