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

Returns the list of tags associated with the function.

Trait Implementations

impl Default for GetFunctionResponse
[src]

[src]

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

impl Debug for GetFunctionResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetFunctionResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations