Class: Aws::Types::DescribeAggregateComplianceByConfigRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAggregateComplianceByConfigRulesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_aggregator_name ⇒ ::String
Returns the value of attribute configuration_aggregator_name.
-
#filters ⇒ Types::ConfigRuleComplianceFilters
Returns the value of attribute filters.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configuration_aggregator_name ⇒ ::String
Returns the value of attribute configuration_aggregator_name.
639 640 641 |
# File 'sig/types.rbs', line 639 def configuration_aggregator_name @configuration_aggregator_name end |
#filters ⇒ Types::ConfigRuleComplianceFilters
Returns the value of attribute filters.
640 641 642 |
# File 'sig/types.rbs', line 640 def filters @filters end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
641 642 643 |
# File 'sig/types.rbs', line 641 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
642 643 644 |
# File 'sig/types.rbs', line 642 def next_token @next_token end |