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

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

#config_rules_evaluation_statusArray<Types::ConfigRuleEvaluationStatus>

Status information about your AWS managed Config rules.



2756
2757
2758
2759
2760
2761
# File 'lib/aws-sdk-configservice/types.rb', line 2756

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)


2756
2757
2758
2759
2760
2761
# File 'lib/aws-sdk-configservice/types.rb', line 2756

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