Struct rusoto_lambda::GetAliasRequest [−][src]
Fields
function_name: String
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: String
Name of the alias for which you want to retrieve information.
Trait Implementations
impl Default for GetAliasRequest[src]
impl Default for GetAliasRequestfn default() -> GetAliasRequest[src]
fn default() -> GetAliasRequestReturns the "default value" for a type. Read more
impl Debug for GetAliasRequest[src]
impl Debug for GetAliasRequestfn 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 GetAliasRequest[src]
impl Clone for GetAliasRequestfn clone(&self) -> GetAliasRequest[src]
fn clone(&self) -> GetAliasRequestReturns 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 GetAliasRequest[src]
impl PartialEq for GetAliasRequestfn eq(&self, other: &GetAliasRequest) -> bool[src]
fn eq(&self, other: &GetAliasRequest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &GetAliasRequest) -> bool[src]
fn ne(&self, other: &GetAliasRequest) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for GetAliasRequest
impl Send for GetAliasRequestimpl Sync for GetAliasRequest
impl Sync for GetAliasRequest