Class: Aws::ConfigService::Types::DescribeConfigRuleEvaluationStatusResponse

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

#config_rules_evaluation_statusArray<Types::ConfigRuleEvaluationStatus>

Status information about your Config managed rules.



2666
2667
2668
2669
2670
2671
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2666

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

#next_tokenString

The string that you use in a subsequent request to get the next page of results in a paginated response.

Returns:

  • (String)


2666
2667
2668
2669
2670
2671
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2666

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