Class: Aws::ConfigService::Types::ConfigRuleComplianceFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ConfigRuleComplianceFilters
- Defined in:
- gems/aws-sdk-configservice/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.
1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1011 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.
1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1011 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.
1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1011 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.
1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1011 class ConfigRuleComplianceFilters < Struct.new( :config_rule_name, :compliance_type, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |