Class: Aws::Types::DescribeConfigRuleEvaluationStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigRuleEvaluationStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_rules_evaluation_status ⇒ ::Array[Types::ConfigRuleEvaluationStatus]
Returns the value of attribute config_rules_evaluation_status.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#config_rules_evaluation_status ⇒ ::Array[Types::ConfigRuleEvaluationStatus]
Returns the value of attribute config_rules_evaluation_status.
714 715 716 |
# File 'sig/types.rbs', line 714 def config_rules_evaluation_status @config_rules_evaluation_status end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
715 716 717 |
# File 'sig/types.rbs', line 715 def next_token @next_token end |