Struct aws_sdk_devicefarm::model::TestGridVpcConfig
source · #[non_exhaustive]pub struct TestGridVpcConfig { /* private fields */ }Expand description
The VPC security groups and subnets that are attached to a project.
Implementations§
source§impl TestGridVpcConfig
impl TestGridVpcConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestGridVpcConfig.
Trait Implementations§
source§impl Clone for TestGridVpcConfig
impl Clone for TestGridVpcConfig
source§fn clone(&self) -> TestGridVpcConfig
fn clone(&self) -> TestGridVpcConfig
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