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