Class: Aws::ConfigService::Types::ConfigRuleComplianceFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ConfigRuleComplianceFilters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Filters the compliance results based on account ID, region, compliance type, and rule name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The 12-digit account ID of the source account.
-
#aws_region ⇒ String
The source region where the data is aggregated.
-
#compliance_type ⇒ String
The rule compliance status.
-
#config_rule_name ⇒ String
The name of the Config rule.
Instance Attribute Details
#account_id ⇒ String
The 12-digit account ID of the source account.
1118 1119 1120 1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-configservice/types.rb', line 1118 class ConfigRuleComplianceFilters < Struct.new( :config_rule_name, :compliance_type, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
The source region where the data is aggregated.
1118 1119 1120 1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-configservice/types.rb', line 1118 class ConfigRuleComplianceFilters < Struct.new( :config_rule_name, :compliance_type, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |
#compliance_type ⇒ String
The rule compliance status.
For the ‘ConfigRuleComplianceFilters` data type, Config supports only `COMPLIANT` and `NON_COMPLIANT`. Config does not support the `NOT_APPLICABLE` and the `INSUFFICIENT_DATA` values.
1118 1119 1120 1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-configservice/types.rb', line 1118 class ConfigRuleComplianceFilters < Struct.new( :config_rule_name, :compliance_type, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |
#config_rule_name ⇒ String
The name of the Config rule.
1118 1119 1120 1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-configservice/types.rb', line 1118 class ConfigRuleComplianceFilters < Struct.new( :config_rule_name, :compliance_type, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |