Class: Aws::ConfigService::Types::ConformancePackComplianceScore

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

A compliance score is the percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. This metric provides you with a high-level view of the compliance state of your conformance packs. You can use it to identify, investigate, and understand the level of compliance in your conformance packs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_nameString

The name of the conformance pack.

Returns:

  • (String)


1971
1972
1973
1974
1975
1976
1977
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1971

class ConformancePackComplianceScore < Struct.new(
  :score,
  :conformance_pack_name,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time that the conformance pack compliance score was last updated.

Returns:

  • (Time)


1971
1972
1973
1974
1975
1976
1977
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1971

class ConformancePackComplianceScore < Struct.new(
  :score,
  :conformance_pack_name,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#scoreString

Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.

Returns:

  • (String)


1971
1972
1973
1974
1975
1976
1977
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1971

class ConformancePackComplianceScore < Struct.new(
  :score,
  :conformance_pack_name,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end