Class: Aws::ConfigService::Types::ConfigRuleComplianceFilters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The 12-digit account ID of the source account.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 997

class ConfigRuleComplianceFilters < Struct.new(
  :config_rule_name,
  :compliance_type,
  :account_id,
  :aws_region)
  SENSITIVE = []
  include Aws::Structure
end

#aws_regionString

The source region where the data is aggregated.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 997

class ConfigRuleComplianceFilters < Struct.new(
  :config_rule_name,
  :compliance_type,
  :account_id,
  :aws_region)
  SENSITIVE = []
  include Aws::Structure
end

#compliance_typeString

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.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 997

class ConfigRuleComplianceFilters < Struct.new(
  :config_rule_name,
  :compliance_type,
  :account_id,
  :aws_region)
  SENSITIVE = []
  include Aws::Structure
end

#config_rule_nameString

The name of the Config rule.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 997

class ConfigRuleComplianceFilters < Struct.new(
  :config_rule_name,
  :compliance_type,
  :account_id,
  :aws_region)
  SENSITIVE = []
  include Aws::Structure
end