Struct aws_sdk_lambda::model::VpcConfigResponse
source · #[non_exhaustive]pub struct VpcConfigResponse { /* private fields */ }
Expand description
The VPC security groups and subnets that are attached to a Lambda function.
Implementations§
source§impl VpcConfigResponse
impl VpcConfigResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcConfigResponse
.
Trait Implementations§
source§impl Clone for VpcConfigResponse
impl Clone for VpcConfigResponse
source§fn clone(&self) -> VpcConfigResponse
fn clone(&self) -> VpcConfigResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more