Class: Aws::Types::DescribeAggregateComplianceByConformancePacksResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAggregateComplianceByConformancePacksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregate_compliance_by_conformance_packs ⇒ ::Array[Types::AggregateComplianceByConformancePack]
Returns the value of attribute aggregate_compliance_by_conformance_packs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#aggregate_compliance_by_conformance_packs ⇒ ::Array[Types::AggregateComplianceByConformancePack]
Returns the value of attribute aggregate_compliance_by_conformance_packs.
661 662 663 |
# File 'sig/types.rbs', line 661 def aggregate_compliance_by_conformance_packs @aggregate_compliance_by_conformance_packs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
662 663 664 |
# File 'sig/types.rbs', line 662 def next_token @next_token end |