Class: Aws::Types::DescribeConfigRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigRulesRequest
- 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.
-
#filters ⇒ Types::DescribeConfigRulesFilters
Returns the value of attribute filters.
-
#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.
726 727 728 |
# File 'sig/types.rbs', line 726 def config_rule_names @config_rule_names end |
#filters ⇒ Types::DescribeConfigRulesFilters
Returns the value of attribute filters.
727 728 729 |
# File 'sig/types.rbs', line 727 def filters @filters end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
728 729 730 |
# File 'sig/types.rbs', line 728 def next_token @next_token end |