Class: Aws::Types::ListImageScanFindingAggregationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListImageScanFindingAggregationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_type ⇒ ::String
Returns the value of attribute aggregation_type.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#responses ⇒ ::Array[Types::ImageScanFindingAggregation]
Returns the value of attribute responses.
Instance Attribute Details
#aggregation_type ⇒ ::String
Returns the value of attribute aggregation_type.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def aggregation_type @aggregation_type end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def request_id @request_id end |
#responses ⇒ ::Array[Types::ImageScanFindingAggregation]
Returns the value of attribute responses.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def responses @responses end |