#[non_exhaustive]pub struct AwsCodeBuildProjectVpcConfig { /* private fields */ }
Expand description
Information about the VPC configuration that CodeBuild accesses.
Implementations§
source§impl AwsCodeBuildProjectVpcConfig
impl AwsCodeBuildProjectVpcConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCodeBuildProjectVpcConfig
.
Trait Implementations§
source§impl Clone for AwsCodeBuildProjectVpcConfig
impl Clone for AwsCodeBuildProjectVpcConfig
source§fn clone(&self) -> AwsCodeBuildProjectVpcConfig
fn clone(&self) -> AwsCodeBuildProjectVpcConfig
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