Struct aws_sdk_apprunner::input::DescribeServiceInput
source · #[non_exhaustive]pub struct DescribeServiceInput { /* private fields */ }
Implementations§
source§impl DescribeServiceInput
impl DescribeServiceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeService, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeService, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeService
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeServiceInput
.
source§impl DescribeServiceInput
impl DescribeServiceInput
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 a description for.
Trait Implementations§
source§impl Clone for DescribeServiceInput
impl Clone for DescribeServiceInput
source§fn clone(&self) -> DescribeServiceInput
fn clone(&self) -> DescribeServiceInput
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 DescribeServiceInput
impl Debug for DescribeServiceInput
source§impl PartialEq<DescribeServiceInput> for DescribeServiceInput
impl PartialEq<DescribeServiceInput> for DescribeServiceInput
source§fn eq(&self, other: &DescribeServiceInput) -> bool
fn eq(&self, other: &DescribeServiceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.