Class: Aws::ConfigService::Types::AggregateConformancePackComplianceSummaryFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AggregateConformancePackComplianceSummaryFilters
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Filters the results based on account ID and region.
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.
Instance Attribute Details
#account_id ⇒ String
The 12-digit Amazon Web Services account ID of the source account.
261 262 263 264 265 266 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 261 class AggregateConformancePackComplianceSummaryFilters < Struct.new( :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
The source Amazon Web Services Region from where the data is aggregated.
261 262 263 264 265 266 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 261 class AggregateConformancePackComplianceSummaryFilters < Struct.new( :account_id, :aws_region) SENSITIVE = [] include Aws::Structure end |