#[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 moresource§impl Debug for AwsCodeBuildProjectVpcConfig
impl Debug for AwsCodeBuildProjectVpcConfig
source§impl PartialEq<AwsCodeBuildProjectVpcConfig> for AwsCodeBuildProjectVpcConfig
impl PartialEq<AwsCodeBuildProjectVpcConfig> for AwsCodeBuildProjectVpcConfig
source§fn eq(&self, other: &AwsCodeBuildProjectVpcConfig) -> bool
fn eq(&self, other: &AwsCodeBuildProjectVpcConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.