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