Class: Aws::ConfigService::Types::GetAggregateComplianceDetailsByConfigRuleResponse

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_evaluation_resultsArray<Types::AggregateEvaluationResult>

Returns an AggregateEvaluationResults object.



3953
3954
3955
3956
3957
3958
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3953

class GetAggregateComplianceDetailsByConfigRuleResponse < Struct.new(
  :aggregate_evaluation_results,
  :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)


3953
3954
3955
3956
3957
3958
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3953

class GetAggregateComplianceDetailsByConfigRuleResponse < Struct.new(
  :aggregate_evaluation_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end