Struct aws_sdk_apprunner::input::StartDeploymentInput
source · [−]#[non_exhaustive]pub struct StartDeploymentInput { /* private fields */ }
Implementations
sourceimpl StartDeploymentInput
impl StartDeploymentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDeployment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartDeployment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartDeployment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartDeploymentInput
.
sourceimpl StartDeploymentInput
impl StartDeploymentInput
sourcepub fn service_arn(&self) -> Option<&str>
pub fn service_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
Trait Implementations
sourceimpl Clone for StartDeploymentInput
impl Clone for StartDeploymentInput
sourcefn clone(&self) -> StartDeploymentInput
fn clone(&self) -> StartDeploymentInput
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 StartDeploymentInput
impl Debug for StartDeploymentInput
sourceimpl PartialEq<StartDeploymentInput> for StartDeploymentInput
impl PartialEq<StartDeploymentInput> for StartDeploymentInput
sourcefn eq(&self, other: &StartDeploymentInput) -> bool
fn eq(&self, other: &StartDeploymentInput) -> bool
impl StructuralPartialEq for StartDeploymentInput
Auto Trait Implementations
impl RefUnwindSafe for StartDeploymentInput
impl Send for StartDeploymentInput
impl Sync for StartDeploymentInput
impl Unpin for StartDeploymentInput
impl UnwindSafe for StartDeploymentInput
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