Class: Aws::ConfigService::Types::DescribeAggregateComplianceByConformancePacksRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_aggregator_nameString

The name of the configuration aggregator.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
# File 'lib/aws-sdk-configservice/types.rb', line 2453

class DescribeAggregateComplianceByConformancePacksRequest < Struct.new(
  :configuration_aggregator_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::AggregateConformancePackComplianceFilters

Filters the result by ‘AggregateConformancePackComplianceFilters` object.



2453
2454
2455
2456
2457
2458
2459
2460
# File 'lib/aws-sdk-configservice/types.rb', line 2453

class DescribeAggregateComplianceByConformancePacksRequest < Struct.new(
  :configuration_aggregator_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default.

Returns:

  • (Integer)


2453
2454
2455
2456
2457
2458
2459
2460
# File 'lib/aws-sdk-configservice/types.rb', line 2453

class DescribeAggregateComplianceByConformancePacksRequest < Struct.new(
  :configuration_aggregator_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
# File 'lib/aws-sdk-configservice/types.rb', line 2453

class DescribeAggregateComplianceByConformancePacksRequest < Struct.new(
  :configuration_aggregator_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end