Class: Aws::ConfigService::Types::AggregateConformancePackComplianceSummaryFilters

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

Overview

Filters the results based on account ID and region.

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)


261
262
263
264
265
266
# File 'lib/aws-sdk-configservice/types.rb', line 261

class AggregateConformancePackComplianceSummaryFilters < Struct.new(
  :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)


261
262
263
264
265
266
# File 'lib/aws-sdk-configservice/types.rb', line 261

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