Class: Aws::Inspector2::Types::ListCisScanResultsAggregatedByTargetResourceResponse

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

#next_tokenString

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

Returns:

  • (String)


7284
7285
7286
7287
7288
7289
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7284

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

#target_resource_aggregationsArray<Types::CisTargetResourceAggregation>

The resource aggregations.



7284
7285
7286
7287
7288
7289
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7284

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