Struct rusoto_lambda::VpcConfigResponse
[−]
[src]
pub struct VpcConfigResponse {
pub security_group_ids: Option<Vec<String>>,
pub subnet_ids: Option<Vec<String>>,
pub vpc_id: Option<String>,
}VPC configuration associated with your Lambda function.
Fields
security_group_ids: Option<Vec<String>>
A list of security group IDs associated with the Lambda function.
subnet_ids: Option<Vec<String>>
A list of subnet IDs associated with the Lambda function.
vpc_id: Option<String>
The VPC ID associated with you Lambda function.
Trait Implementations
impl Default for VpcConfigResponse[src]
fn default() -> VpcConfigResponse[src]
Returns the "default value" for a type. Read more
impl Debug for VpcConfigResponse[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for VpcConfigResponse[src]
fn clone(&self) -> VpcConfigResponse[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