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