Struct aws_sdk_securityhub::model::AwsSsmComplianceSummary[][src]

#[non_exhaustive]
pub struct AwsSsmComplianceSummary {
Show 18 fields pub status: Option<String>, pub compliant_critical_count: i32, pub compliant_high_count: i32, pub compliant_medium_count: i32, pub execution_type: Option<String>, pub non_compliant_critical_count: i32, pub compliant_informational_count: i32, pub non_compliant_informational_count: i32, pub compliant_unspecified_count: i32, pub non_compliant_low_count: i32, pub non_compliant_high_count: i32, pub compliant_low_count: i32, pub compliance_type: Option<String>, pub patch_baseline_id: Option<String>, pub overall_severity: Option<String>, pub non_compliant_medium_count: i32, pub non_compliant_unspecified_count: i32, pub patch_group: Option<String>,
}
Expand description

Provides the details about the compliance status for a patch.

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
status: Option<String>

The current patch compliance status.

The possible status values are:

  • COMPLIANT

  • NON_COMPLIANT

  • UNSPECIFIED_DATA

compliant_critical_count: i32

For the patches that are compliant, the number that have a severity of CRITICAL.

compliant_high_count: i32

For the patches that are compliant, the number that have a severity of HIGH.

compliant_medium_count: i32

For the patches that are compliant, the number that have a severity of MEDIUM.

execution_type: Option<String>

The type of execution that was used determine compliance.

non_compliant_critical_count: i32

For the patch items that are noncompliant, the number of items that have a severity of CRITICAL.

compliant_informational_count: i32

For the patches that are compliant, the number that have a severity of INFORMATIONAL.

non_compliant_informational_count: i32

For the patches that are noncompliant, the number that have a severity of INFORMATIONAL.

compliant_unspecified_count: i32

For the patches that are compliant, the number that have a severity of UNSPECIFIED.

non_compliant_low_count: i32

For the patches that are noncompliant, the number that have a severity of LOW.

non_compliant_high_count: i32

For the patches that are noncompliant, the number that have a severity of HIGH.

compliant_low_count: i32

For the patches that are compliant, the number that have a severity of LOW.

compliance_type: Option<String>

The type of resource for which the compliance was determined. For AwsSsmPatchCompliance, ComplianceType is Patch.

patch_baseline_id: Option<String>

The identifier of the patch baseline. The patch baseline lists the patches that are approved for installation.

overall_severity: Option<String>

The highest severity for the patches.

non_compliant_medium_count: i32

For the patches that are noncompliant, the number that have a severity of MEDIUM.

non_compliant_unspecified_count: i32

For the patches that are noncompliant, the number that have a severity of UNSPECIFIED.

patch_group: Option<String>

The identifier of the patch group for which compliance was determined. A patch group uses tags to group EC2 instances that should have the same patch compliance.

Implementations

The current patch compliance status.

The possible status values are:

  • COMPLIANT

  • NON_COMPLIANT

  • UNSPECIFIED_DATA

For the patches that are compliant, the number that have a severity of CRITICAL.

For the patches that are compliant, the number that have a severity of HIGH.

For the patches that are compliant, the number that have a severity of MEDIUM.

The type of execution that was used determine compliance.

For the patch items that are noncompliant, the number of items that have a severity of CRITICAL.

For the patches that are compliant, the number that have a severity of INFORMATIONAL.

For the patches that are noncompliant, the number that have a severity of INFORMATIONAL.

For the patches that are compliant, the number that have a severity of UNSPECIFIED.

For the patches that are noncompliant, the number that have a severity of LOW.

For the patches that are noncompliant, the number that have a severity of HIGH.

For the patches that are compliant, the number that have a severity of LOW.

The type of resource for which the compliance was determined. For AwsSsmPatchCompliance, ComplianceType is Patch.

The identifier of the patch baseline. The patch baseline lists the patches that are approved for installation.

The highest severity for the patches.

For the patches that are noncompliant, the number that have a severity of MEDIUM.

For the patches that are noncompliant, the number that have a severity of UNSPECIFIED.

The identifier of the patch group for which compliance was determined. A patch group uses tags to group EC2 instances that should have the same patch compliance.

Creates a new builder-style object to manufacture AwsSsmComplianceSummary

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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