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
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.
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_region ⇒ String
The source Amazon Web Services Region from where the data is aggregated.
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_type ⇒ String
The compliance status of the conformance pack.
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_name ⇒ String
The name of the conformance pack.
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 |