Class: Aws::Types::DescribeConfigRuleEvaluationStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigRuleEvaluationStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_rule_names ⇒ ::Array[::String]
Returns the value of attribute config_rule_names.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#config_rule_names ⇒ ::Array[::String]
Returns the value of attribute config_rule_names.
707 708 709 |
# File 'sig/types.rbs', line 707 def config_rule_names @config_rule_names end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
709 710 711 |
# File 'sig/types.rbs', line 709 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
708 709 710 |
# File 'sig/types.rbs', line 708 def next_token @next_token end |