Class: Aws::ConfigService::Types::ConformancePackComplianceScoresFilters

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

Overview

A list of filters to apply to the conformance pack compliance score result set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_namesArray<String>

The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set. You can include up to 25 conformance packs in the ‘ConformancePackNames` array of strings, each with a character limit of 256 characters for the conformance pack name.

Returns:

  • (Array<String>)


1678
1679
1680
1681
1682
# File 'lib/aws-sdk-configservice/types.rb', line 1678

class ConformancePackComplianceScoresFilters < Struct.new(
  :conformance_pack_names)
  SENSITIVE = []
  include Aws::Structure
end