Struct aws_sdk_apprunner::input::DeleteServiceInput
source · #[non_exhaustive]pub struct DeleteServiceInput { /* private fields */ }
Implementations§
source§impl DeleteServiceInput
impl DeleteServiceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteService, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteService, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteService
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteServiceInput
.
source§impl DeleteServiceInput
impl DeleteServiceInput
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 delete.
Trait Implementations§
source§impl Clone for DeleteServiceInput
impl Clone for DeleteServiceInput
source§fn clone(&self) -> DeleteServiceInput
fn clone(&self) -> DeleteServiceInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteServiceInput
impl Debug for DeleteServiceInput
source§impl PartialEq<DeleteServiceInput> for DeleteServiceInput
impl PartialEq<DeleteServiceInput> for DeleteServiceInput
source§fn eq(&self, other: &DeleteServiceInput) -> bool
fn eq(&self, other: &DeleteServiceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.