Struct aws_sdk_devicefarm::input::CreateTestGridProjectInput [−][src]
#[non_exhaustive]pub struct CreateTestGridProjectInput {
pub name: Option<String>,
pub description: Option<String>,
pub vpc_config: Option<TestGridVpcConfig>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>Human-readable name of the Selenium testing project.
description: Option<String>Human-readable description of the project.
vpc_config: Option<TestGridVpcConfig>The VPC security groups and subnets that are attached to a project.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTestGridProject, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateTestGridProject, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateTestGridProject>
Creates a new builder-style object to manufacture CreateTestGridProjectInput
Human-readable description of the project.
The VPC security groups and subnets that are attached to a project.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateTestGridProjectInput
impl Send for CreateTestGridProjectInput
impl Sync for CreateTestGridProjectInput
impl Unpin for CreateTestGridProjectInput
impl UnwindSafe for CreateTestGridProjectInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
