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
security_group_ids: Option<SecurityGroupIds>
A list of security group IDs associated with the Lambda function.
subnet_ids: Option<SubnetIds>
A list of subnet IDs associated with the Lambda function.
vpc_id: Option<VpcId>
The VPC ID associated with you Lambda function.
Trait Implementations
impl Default for VpcConfigResponse
[src]
fn default() -> VpcConfigResponse
Returns the "default value" for a type. Read more
impl Debug for VpcConfigResponse
[src]
impl Clone for VpcConfigResponse
[src]
fn clone(&self) -> VpcConfigResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more