Struct aws_sdk_devicefarm::input::UpdateProjectInput
source · [−]#[non_exhaustive]pub struct UpdateProjectInput { /* private fields */ }Expand description
Represents a request to the update project operation.
Implementations
sourceimpl UpdateProjectInput
impl UpdateProjectInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProject, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProject, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateProject>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateProjectInput.
sourceimpl UpdateProjectInput
impl UpdateProjectInput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the project whose name to update.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
A string that represents the new name of the project that you are updating.
sourcepub fn default_job_timeout_minutes(&self) -> Option<i32>
pub fn default_job_timeout_minutes(&self) -> Option<i32>
The number of minutes a test run in the project executes before it times out.
sourcepub fn vpc_config(&self) -> Option<&VpcConfig>
pub fn vpc_config(&self) -> Option<&VpcConfig>
The VPC security groups and subnets that are attached to a project.
Trait Implementations
sourceimpl Clone for UpdateProjectInput
impl Clone for UpdateProjectInput
sourcefn clone(&self) -> UpdateProjectInput
fn clone(&self) -> UpdateProjectInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateProjectInput
impl Debug for UpdateProjectInput
sourceimpl PartialEq<UpdateProjectInput> for UpdateProjectInput
impl PartialEq<UpdateProjectInput> for UpdateProjectInput
sourcefn eq(&self, other: &UpdateProjectInput) -> bool
fn eq(&self, other: &UpdateProjectInput) -> bool
impl StructuralPartialEq for UpdateProjectInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateProjectInput
impl Send for UpdateProjectInput
impl Sync for UpdateProjectInput
impl Unpin for UpdateProjectInput
impl UnwindSafe for UpdateProjectInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more