Struct aws_sdk_support::model::trusted_advisor_check_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TrustedAdvisorCheckSummary
Implementations
The unique identifier for the Trusted Advisor check.
The unique identifier for the Trusted Advisor check.
The time of the last refresh of the check.
The time of the last refresh of the check.
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
Specifies whether the Trusted Advisor check has flagged resources.
Specifies whether the Trusted Advisor check has flagged resources.
Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.
pub fn set_category_specific_summary(
self,
input: Option<TrustedAdvisorCategorySpecificSummary>
) -> Self
pub fn set_category_specific_summary(
self,
input: Option<TrustedAdvisorCategorySpecificSummary>
) -> Self
Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.
Consumes the builder and constructs a TrustedAdvisorCheckSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more