#[non_exhaustive]pub struct GetResourceEvaluationSummaryInput { /* private fields */ }Implementations§
source§impl GetResourceEvaluationSummaryInput
impl GetResourceEvaluationSummaryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceEvaluationSummary, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceEvaluationSummary, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetResourceEvaluationSummary>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetResourceEvaluationSummaryInput.
source§impl GetResourceEvaluationSummaryInput
impl GetResourceEvaluationSummaryInput
sourcepub fn resource_evaluation_id(&self) -> Option<&str>
pub fn resource_evaluation_id(&self) -> Option<&str>
The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.
Trait Implementations§
source§impl Clone for GetResourceEvaluationSummaryInput
impl Clone for GetResourceEvaluationSummaryInput
source§fn clone(&self) -> GetResourceEvaluationSummaryInput
fn clone(&self) -> GetResourceEvaluationSummaryInput
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 PartialEq<GetResourceEvaluationSummaryInput> for GetResourceEvaluationSummaryInput
impl PartialEq<GetResourceEvaluationSummaryInput> for GetResourceEvaluationSummaryInput
source§fn eq(&self, other: &GetResourceEvaluationSummaryInput) -> bool
fn eq(&self, other: &GetResourceEvaluationSummaryInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.