Struct rusoto_greengrass::Function [] [src]

pub struct Function {
    pub function_arn: Option<String>,
    pub function_configuration: Option<FunctionConfiguration>,
    pub id: Option<String>,
}

Information on function

Fields

Arn of the Lambda function.

Configuration of the function

Id of the function in this version.

Trait Implementations

impl Default for Function
[src]

[src]

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

impl Debug for Function
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Function
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Function

impl Sync for Function