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
981 |
# File 'sig/client.rbs', line 981
def aggregation_type: () -> ::String
|
#next_token ⇒ ::String
983 |
# File 'sig/client.rbs', line 983
def next_token: () -> ::String
|
#request_id ⇒ ::String
980 |
# File 'sig/client.rbs', line 980
def request_id: () -> ::String
|
#responses ⇒ ::Array[Types::ImageScanFindingAggregation]
982 |
# File 'sig/client.rbs', line 982
def responses: () -> ::Array[Types::ImageScanFindingAggregation]
|