You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::DescribeComplianceByConfigRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeComplianceByConfigRuleRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  config_rule_names: ["ConfigRuleName"],
  compliance_types: ["COMPLIANT"], # accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_typesArray<String>

Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT.

Returns:

  • (Array<String>)

    Filters the results by compliance.

#config_rule_namesArray<String>

Specify one or more AWS Config rule names to filter the results by rule.

Returns:

  • (Array<String>)

    Specify one or more AWS Config rule names to filter the results by rule.

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)

    The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.