Struct aws_sdk_apprunner::input::ResumeServiceInput
source · [−]#[non_exhaustive]pub struct ResumeServiceInput { /* private fields */ }
Implementations
sourceimpl ResumeServiceInput
impl ResumeServiceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResumeService, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResumeService, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ResumeService
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResumeServiceInput
.
sourceimpl ResumeServiceInput
impl ResumeServiceInput
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 resume.
Trait Implementations
sourceimpl Clone for ResumeServiceInput
impl Clone for ResumeServiceInput
sourcefn clone(&self) -> ResumeServiceInput
fn clone(&self) -> ResumeServiceInput
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 ResumeServiceInput
impl Debug for ResumeServiceInput
sourceimpl PartialEq<ResumeServiceInput> for ResumeServiceInput
impl PartialEq<ResumeServiceInput> for ResumeServiceInput
sourcefn eq(&self, other: &ResumeServiceInput) -> bool
fn eq(&self, other: &ResumeServiceInput) -> bool
impl StructuralPartialEq for ResumeServiceInput
Auto Trait Implementations
impl RefUnwindSafe for ResumeServiceInput
impl Send for ResumeServiceInput
impl Sync for ResumeServiceInput
impl Unpin for ResumeServiceInput
impl UnwindSafe for ResumeServiceInput
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