Struct rusoto_lambda::DeleteAliasRequest [−][src]
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]
impl Default for DeleteAliasRequestfn default() -> DeleteAliasRequest[src]
fn default() -> DeleteAliasRequestReturns the "default value" for a type. Read more
impl Debug for DeleteAliasRequest[src]
impl Debug for DeleteAliasRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for DeleteAliasRequest[src]
impl Clone for DeleteAliasRequestfn clone(&self) -> DeleteAliasRequest[src]
fn clone(&self) -> DeleteAliasRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for DeleteAliasRequest[src]
impl PartialEq for DeleteAliasRequestfn eq(&self, other: &DeleteAliasRequest) -> bool[src]
fn eq(&self, other: &DeleteAliasRequest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DeleteAliasRequest) -> bool[src]
fn ne(&self, other: &DeleteAliasRequest) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for DeleteAliasRequest
impl Send for DeleteAliasRequestimpl Sync for DeleteAliasRequest
impl Sync for DeleteAliasRequest