Class: Aws::Types::ListCisScanResultsAggregatedByChecksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCisScanResultsAggregatedByChecksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#check_aggregations ⇒ ::Array[Types::CisCheckAggregation]
Returns the value of attribute check_aggregations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#check_aggregations ⇒ ::Array[Types::CisCheckAggregation]
Returns the value of attribute check_aggregations.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def check_aggregations @check_aggregations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def next_token @next_token end |