#[non_exhaustive]pub struct CreateTestGridProjectInput { /* private fields */ }Implementations§
source§impl CreateTestGridProjectInput
impl CreateTestGridProjectInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTestGridProject, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTestGridProject, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTestGridProject>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTestGridProjectInput.
source§impl CreateTestGridProjectInput
impl CreateTestGridProjectInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Human-readable description of 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.
Trait Implementations§
source§impl Clone for CreateTestGridProjectInput
impl Clone for CreateTestGridProjectInput
source§fn clone(&self) -> CreateTestGridProjectInput
fn clone(&self) -> CreateTestGridProjectInput
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 CreateTestGridProjectInput
impl Debug for CreateTestGridProjectInput
source§impl PartialEq<CreateTestGridProjectInput> for CreateTestGridProjectInput
impl PartialEq<CreateTestGridProjectInput> for CreateTestGridProjectInput
source§fn eq(&self, other: &CreateTestGridProjectInput) -> bool
fn eq(&self, other: &CreateTestGridProjectInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.