Struct aws_sdk_devicefarm::input::update_project_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateProjectInput
Implementations
The Amazon Resource Name (ARN) of the project whose name to update.
The Amazon Resource Name (ARN) of the project whose name to update.
A string that represents the new name of the project that you are updating.
A string that represents the new name of the project that you are updating.
The number of minutes a test run in the project executes before it times out.
The number of minutes a test run in the project executes before it times out.
Consumes the builder and constructs a UpdateProjectInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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