Class: Aws::ConfigService::Types::GetAggregateComplianceDetailsByConfigRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetAggregateComplianceDetailsByConfigRuleResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregate_evaluation_results ⇒ Array<Types::AggregateEvaluationResult>
Returns an AggregateEvaluationResults object.
-
#next_token ⇒ String
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Instance Attribute Details
#aggregate_evaluation_results ⇒ Array<Types::AggregateEvaluationResult>
Returns an AggregateEvaluationResults object.
4329 4330 4331 4332 4333 4334 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4329 class GetAggregateComplianceDetailsByConfigRuleResponse < Struct.new( :aggregate_evaluation_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken
string returned on a previous page that you use to
get the next page of results in a paginated response.
4329 4330 4331 4332 4333 4334 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4329 class GetAggregateComplianceDetailsByConfigRuleResponse < Struct.new( :aggregate_evaluation_results, :next_token) SENSITIVE = [] include Aws::Structure end |