Class: Aws::ConfigService::Types::GetAggregateConformancePackComplianceSummaryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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)


4045
4046
4047
4048
4049
4050
4051
4052
4053
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4045

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

#filtersTypes::AggregateConformancePackComplianceSummaryFilters

Filters the results based on the AggregateConformancePackComplianceSummaryFilters object.



4045
4046
4047
4048
4049
4050
4051
4052
4053
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4045

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

#group_by_keyString

Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.

Returns:

  • (String)


4045
4046
4047
4048
4049
4050
4051
4052
4053
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4045

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

#limitInteger

The maximum number of results returned on each page. The default is maximum. If you specify 0, Config uses the default.

Returns:

  • (Integer)


4045
4046
4047
4048
4049
4050
4051
4052
4053
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4045

class GetAggregateConformancePackComplianceSummaryRequest < Struct.new(
  :configuration_aggregator_name,
  :filters,
  :group_by_key,
  :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)


4045
4046
4047
4048
4049
4050
4051
4052
4053
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4045

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