Class: Aws::ConfigService::Types::GetAggregateConformancePackComplianceSummaryResponse

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

#aggregate_conformance_pack_compliance_summariesArray<Types::AggregateConformancePackComplianceSummary>

Returns a list of AggregateConformancePackComplianceSummary object.



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

class GetAggregateConformancePackComplianceSummaryResponse < Struct.new(
  :aggregate_conformance_pack_compliance_summaries,
  :group_by_key,
  :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)


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

class GetAggregateConformancePackComplianceSummaryResponse < Struct.new(
  :aggregate_conformance_pack_compliance_summaries,
  :group_by_key,
  :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)


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

class GetAggregateConformancePackComplianceSummaryResponse < Struct.new(
  :aggregate_conformance_pack_compliance_summaries,
  :group_by_key,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end