Struct rusoto_config::DescribeComplianceByConfigRuleResponse [] [src]

pub struct DescribeComplianceByConfigRuleResponse {
    pub compliance_by_config_rules: Option<ComplianceByConfigRules>,
    pub next_token: Option<String>,
}

Fields

Indicates whether each of the specified AWS Config rules is compliant.

The string that you use in a subsequent request to get the next page of results in a paginated response.

Trait Implementations

impl Default for DescribeComplianceByConfigRuleResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeComplianceByConfigRuleResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeComplianceByConfigRuleResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more