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.



3925
3926
3927
3928
3929
3930
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3925

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)


3925
3926
3927
3928
3929
3930
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3925

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