Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ConfigService::Types::AggregateConformancePackComplianceFilters

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

Overview

Filters the conformance packs based on an account ID, region, compliance type, and the name of the conformance pack.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The 12-digit Amazon Web Services account ID of the source account.

Returns:

  • (String)

219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 219

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

#aws_regionString

The source Amazon Web Services Region from where the data is aggregated.

Returns:

  • (String)

219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 219

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

#compliance_typeString

The compliance status of the conformance pack.

Returns:

  • (String)

219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 219

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

#conformance_pack_nameString

The name of the conformance pack.

Returns:

  • (String)

219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 219

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