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