Module: Aws::Imagebuilder::Client::_ListImageScanFindingAggregationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListImageScanFindingAggregationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregation_type ⇒ ::String
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #responses ⇒ ::Array[Types::ImageScanFindingAggregation]
Instance Method Details
#aggregation_type ⇒ ::String
989 |
# File 'sig/client.rbs', line 989 def aggregation_type: () -> ::String |
#next_token ⇒ ::String
991 |
# File 'sig/client.rbs', line 991 def next_token: () -> ::String |
#request_id ⇒ ::String
988 |
# File 'sig/client.rbs', line 988 def request_id: () -> ::String |
#responses ⇒ ::Array[Types::ImageScanFindingAggregation]
990 |
# File 'sig/client.rbs', line 990 def responses: () -> ::Array[Types::ImageScanFindingAggregation] |