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]
impl Default for VpcConfigResponsefn default() -> VpcConfigResponse[src]
fn default() -> VpcConfigResponseReturns the "default value" for a type. Read more
impl Debug for VpcConfigResponse[src]
impl Debug for VpcConfigResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for VpcConfigResponse[src]
impl Clone for VpcConfigResponsefn clone(&self) -> VpcConfigResponse[src]
fn clone(&self) -> VpcConfigResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for VpcConfigResponse[src]
impl PartialEq for VpcConfigResponsefn eq(&self, other: &VpcConfigResponse) -> bool[src]
fn eq(&self, other: &VpcConfigResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VpcConfigResponse) -> bool[src]
fn ne(&self, other: &VpcConfigResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for VpcConfigResponse
impl Send for VpcConfigResponseimpl Sync for VpcConfigResponse
impl Sync for VpcConfigResponse