Struct rusoto_lambda::GetFunctionResponse
[−]
[src]
pub struct GetFunctionResponse {
pub code: Option<FunctionCodeLocation>,
pub configuration: Option<FunctionConfiguration>,
pub tags: Option<HashMap<String, String>>,
}This response contains the object for the Lambda function location (see FunctionCodeLocation.
Fields
code: Option<FunctionCodeLocation>
configuration: Option<FunctionConfiguration>
Returns the list of tags associated with the function.
Trait Implementations
impl Default for GetFunctionResponse[src]
fn default() -> GetFunctionResponse[src]
Returns the "default value" for a type. Read more
impl Debug for GetFunctionResponse[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for GetFunctionResponse[src]
fn clone(&self) -> GetFunctionResponse[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more