Class: Aws::Inspector2::Types::ListCisScanResultsAggregatedByChecksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListCisScanResultsAggregatedByChecksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#check_aggregations ⇒ Array<Types::CisCheckAggregation>
The check aggregations.
-
#next_token ⇒ String
The pagination token from a previous request that’s used to retrieve the next page of results.
Instance Attribute Details
#check_aggregations ⇒ Array<Types::CisCheckAggregation>
The check aggregations.
6016 6017 6018 6019 6020 6021 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6016 class ListCisScanResultsAggregatedByChecksResponse < Struct.new( :check_aggregations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from a previous request that’s used to retrieve the next page of results.
6016 6017 6018 6019 6020 6021 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6016 class ListCisScanResultsAggregatedByChecksResponse < Struct.new( :check_aggregations, :next_token) SENSITIVE = [] include Aws::Structure end |