Class: Aws::Inspector2::Types::ListCoverageStatisticsResponse

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

#counts_by_groupArray<Types::Counts>

An array with the number for each group.

Returns:



4998
4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4998

class ListCoverageStatisticsResponse < Struct.new(
  :counts_by_group,
  :next_token,
  :total_counts)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.

Returns:

  • (String)


4998
4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4998

class ListCoverageStatisticsResponse < Struct.new(
  :counts_by_group,
  :next_token,
  :total_counts)
  SENSITIVE = []
  include Aws::Structure
end

#total_countsInteger

The total number for all groups.

Returns:

  • (Integer)


4998
4999
5000
5001
5002
5003
5004
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4998

class ListCoverageStatisticsResponse < Struct.new(
  :counts_by_group,
  :next_token,
  :total_counts)
  SENSITIVE = []
  include Aws::Structure
end