Class: Aws::Inspector2::Types::ListCisScanResultsAggregatedByChecksResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#check_aggregationsArray<Types::CisCheckAggregation>

The check aggregations.

Returns:



4721
4722
4723
4724
4725
4726
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4721

class ListCisScanResultsAggregatedByChecksResponse < Struct.new(
  :check_aggregations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from a previous request that's used to retrieve the next page of results.

Returns:

  • (String)


4721
4722
4723
4724
4725
4726
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4721

class ListCisScanResultsAggregatedByChecksResponse < Struct.new(
  :check_aggregations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end