Class: Aws::ConfigService::Types::DescribeAggregateComplianceByConfigRulesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_compliance_by_config_rulesArray<Types::AggregateComplianceByConfigRule>

Returns a list of AggregateComplianceByConfigRule object.



2741
2742
2743
2744
2745
2746
# File 'lib/aws-sdk-configservice/types.rb', line 2741

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


2741
2742
2743
2744
2745
2746
# File 'lib/aws-sdk-configservice/types.rb', line 2741

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