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

Inherits:
Struct
  • Object
show all
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

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 '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_regionString

The source Amazon Web Services Region from where the data is aggregated.

Returns:

  • (String)


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