Module: Aws::Inspector2::Client::_ListFindingAggregationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListFindingAggregationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregation_type ⇒ "FINDING_TYPE", ...
- #next_token ⇒ ::String
- #responses ⇒ ::Array[Types::AggregationResponse]
Instance Method Details
#aggregation_type ⇒ "FINDING_TYPE", ...
1123 |
# File 'sig/client.rbs', line 1123
def aggregation_type: () -> ("FINDING_TYPE" | "PACKAGE" | "TITLE" | "REPOSITORY" | "AMI" | "AWS_EC2_INSTANCE" | "AWS_ECR_CONTAINER" | "IMAGE_LAYER" | "ACCOUNT" | "AWS_LAMBDA_FUNCTION" | "LAMBDA_LAYER" | "CODE_REPOSITORY" | "VM_INSTANCE" | "CONTAINER_IMAGE" | "SERVERLESS_FUNCTION")
|
#next_token ⇒ ::String
1125 |
# File 'sig/client.rbs', line 1125
def next_token: () -> ::String
|
#responses ⇒ ::Array[Types::AggregationResponse]
1124 |
# File 'sig/client.rbs', line 1124
def responses: () -> ::Array[Types::AggregationResponse]
|