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

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

Overview

Note:

When making an API call, you may pass AggregateConformancePackComplianceFilters data as a hash:

{
  conformance_pack_name: "ConformancePackName",
  compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
  account_id: "AccountId",
  aws_region: "AwsRegion",
}

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 AWS account ID of the source account.

Returns:

  • (String)


235
236
237
238
239
240
241
242
# File 'lib/aws-sdk-configservice/types.rb', line 235

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

#aws_regionString

The source AWS Region from where the data is aggregated.

Returns:

  • (String)


235
236
237
238
239
240
241
242
# File 'lib/aws-sdk-configservice/types.rb', line 235

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)


235
236
237
238
239
240
241
242
# File 'lib/aws-sdk-configservice/types.rb', line 235

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)


235
236
237
238
239
240
241
242
# File 'lib/aws-sdk-configservice/types.rb', line 235

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