Class: Aws::ConfigService::Types::AggregateConformancePackComplianceFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AggregateConformancePackComplianceFilters
- Defined in:
- gems/aws-sdk-configservice/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
-
#account_id ⇒ String
The 12-digit Amazon Web Services account ID of the source account.
-
#aws_region ⇒ String
The source Amazon Web Services Region from where the data is aggregated.
-
#compliance_type ⇒ String
The compliance status of the conformance pack.
-
#conformance_pack_name ⇒ String
The name of the conformance pack.
Instance Attribute Details
#account_id ⇒ String
The 12-digit Amazon Web Services account ID of the source account.
238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 238 class AggregateConformancePackComplianceFilters < Struct.new( :conformance_pack_name, :compliance_type, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
The source Amazon Web Services Region from where the data is aggregated.
238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 238 class AggregateConformancePackComplianceFilters < Struct.new( :conformance_pack_name, :compliance_type, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |
#compliance_type ⇒ String
The compliance status of the conformance pack.
238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 238 class AggregateConformancePackComplianceFilters < Struct.new( :conformance_pack_name, :compliance_type, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |
#conformance_pack_name ⇒ String
The name of the conformance pack.
238 239 240 241 242 243 244 245 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 238 class AggregateConformancePackComplianceFilters < Struct.new( :conformance_pack_name, :compliance_type, :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |