Class: Aws::Types::DescribeAggregateComplianceByConformancePacksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAggregateComplianceByConformancePacksRequest
- 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::AggregateConformancePackComplianceFilters
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.
653 654 655 |
# File 'sig/types.rbs', line 653 def configuration_aggregator_name @configuration_aggregator_name end |
#filters ⇒ Types::AggregateConformancePackComplianceFilters
Returns the value of attribute filters.
654 655 656 |
# File 'sig/types.rbs', line 654 def filters @filters end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
655 656 657 |
# File 'sig/types.rbs', line 655 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
656 657 658 |
# File 'sig/types.rbs', line 656 def next_token @next_token end |