#[non_exhaustive]pub struct GetSolutionMetricsInput { /* private fields */ }
Implementations§
source§impl GetSolutionMetricsInput
impl GetSolutionMetricsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSolutionMetrics, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSolutionMetrics, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSolutionMetrics
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSolutionMetricsInput
.
source§impl GetSolutionMetricsInput
impl GetSolutionMetricsInput
sourcepub fn solution_version_arn(&self) -> Option<&str>
pub fn solution_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the solution version for which to get metrics.
Trait Implementations§
source§impl Clone for GetSolutionMetricsInput
impl Clone for GetSolutionMetricsInput
source§fn clone(&self) -> GetSolutionMetricsInput
fn clone(&self) -> GetSolutionMetricsInput
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 GetSolutionMetricsInput
impl Debug for GetSolutionMetricsInput
source§impl PartialEq<GetSolutionMetricsInput> for GetSolutionMetricsInput
impl PartialEq<GetSolutionMetricsInput> for GetSolutionMetricsInput
source§fn eq(&self, other: &GetSolutionMetricsInput) -> bool
fn eq(&self, other: &GetSolutionMetricsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.