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