Struct rusoto_lambda::VpcConfigResponse [] [src]

pub struct VpcConfigResponse {
    pub security_group_ids: Option<SecurityGroupIds>,
    pub subnet_ids: Option<SubnetIds>,
    pub vpc_id: Option<VpcId>,
}

VPC configuration associated with your Lambda function.

Fields

A list of security group IDs associated with the Lambda function.

A list of subnet IDs associated with the Lambda function.

The VPC ID associated with you Lambda function.

Trait Implementations

impl Default for VpcConfigResponse
[src]

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

impl Debug for VpcConfigResponse
[src]

Formats the value using the given formatter.

impl Clone for VpcConfigResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more