Struct aws_sdk_devicefarm::types::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() -> TestGridVpcConfigBuilder
pub fn builder() -> TestGridVpcConfigBuilder
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 moresource§impl Debug for TestGridVpcConfig
impl Debug for TestGridVpcConfig
source§impl PartialEq<TestGridVpcConfig> for TestGridVpcConfig
impl PartialEq<TestGridVpcConfig> for TestGridVpcConfig
source§fn eq(&self, other: &TestGridVpcConfig) -> bool
fn eq(&self, other: &TestGridVpcConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.