Class: Aws::Inspector2::Types::ListCoverageStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListCoverageStatisticsResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#counts_by_group ⇒ Array<Types::Counts>
An array with the number for each group.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
-
#total_counts ⇒ Integer
The total number for all groups.
Instance Attribute Details
#counts_by_group ⇒ Array<Types::Counts>
An array with the number for each group.
5018 5019 5020 5021 5022 5023 5024 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5018 class ListCoverageStatisticsResponse < Struct.new( :counts_by_group, :next_token, :total_counts) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
5018 5019 5020 5021 5022 5023 5024 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5018 class ListCoverageStatisticsResponse < Struct.new( :counts_by_group, :next_token, :total_counts) SENSITIVE = [] include Aws::Structure end |
#total_counts ⇒ Integer
The total number for all groups.
5018 5019 5020 5021 5022 5023 5024 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5018 class ListCoverageStatisticsResponse < Struct.new( :counts_by_group, :next_token, :total_counts) SENSITIVE = [] include Aws::Structure end |