Class: Aws::Inspector2::Types::ListCisScanResultsAggregatedByChecksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListCisScanResultsAggregatedByChecksResponse
- Defined in:
- gems/aws-sdk-inspector2/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.
4741 4742 4743 4744 4745 4746 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4741 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.
4741 4742 4743 4744 4745 4746 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4741 class ListCisScanResultsAggregatedByChecksResponse < Struct.new( :check_aggregations, :next_token) SENSITIVE = [] include Aws::Structure end |