Class: Aws::ConfigService::Types::ComplianceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ComplianceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The number of Config rules or Amazon Web Services resources that are compliant and noncompliant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compliance_summary_timestamp ⇒ Time
The time that Config created the compliance summary.
-
#compliant_resource_count ⇒ Types::ComplianceContributorCount
The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
-
#non_compliant_resource_count ⇒ Types::ComplianceContributorCount
The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
Instance Attribute Details
#compliance_summary_timestamp ⇒ Time
The time that Config created the compliance summary.
765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-configservice/types.rb', line 765 class ComplianceSummary < Struct.new( :compliant_resource_count, :non_compliant_resource_count, :compliance_summary_timestamp) SENSITIVE = [] include Aws::Structure end |
#compliant_resource_count ⇒ Types::ComplianceContributorCount
The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-configservice/types.rb', line 765 class ComplianceSummary < Struct.new( :compliant_resource_count, :non_compliant_resource_count, :compliance_summary_timestamp) SENSITIVE = [] include Aws::Structure end |
#non_compliant_resource_count ⇒ Types::ComplianceContributorCount
The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-configservice/types.rb', line 765 class ComplianceSummary < Struct.new( :compliant_resource_count, :non_compliant_resource_count, :compliance_summary_timestamp) SENSITIVE = [] include Aws::Structure end |