Class: Aws::ConfigService::Types::AggregateComplianceByConformancePack
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AggregateComplianceByConformancePack
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.
A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The 12-digit Amazon Web Services account ID of the source account.
-
#aws_region ⇒ String
The source Amazon Web Services Region from where the data is aggregated.
-
#compliance ⇒ Types::AggregateConformancePackCompliance
The compliance status of the conformance pack.
-
#conformance_pack_name ⇒ String
The name of the conformance pack.
Instance Attribute Details
#account_id ⇒ String
The 12-digit Amazon Web Services account ID of the source account.
105 106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-configservice/types.rb', line 105 class AggregateComplianceByConformancePack < Struct.new( :conformance_pack_name, :compliance, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
The source Amazon Web Services Region from where the data is aggregated.
105 106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-configservice/types.rb', line 105 class AggregateComplianceByConformancePack < Struct.new( :conformance_pack_name, :compliance, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |
#compliance ⇒ Types::AggregateConformancePackCompliance
The compliance status of the conformance pack.
105 106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-configservice/types.rb', line 105 class AggregateComplianceByConformancePack < Struct.new( :conformance_pack_name, :compliance, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |
#conformance_pack_name ⇒ String
The name of the conformance pack.
105 106 107 108 109 110 111 112 |
# File 'lib/aws-sdk-configservice/types.rb', line 105 class AggregateComplianceByConformancePack < Struct.new( :conformance_pack_name, :compliance, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |