Class: Aws::GuardDuty::Types::GetFindingsStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetFindingsStatisticsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_statistics ⇒ Types::FindingStatistics
The finding statistics object.
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
Instance Attribute Details
#finding_statistics ⇒ Types::FindingStatistics
The finding statistics object.
3763 3764 3765 3766 3767 3768 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3763 class GetFindingsStatisticsResponse < Struct.new( :finding_statistics, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
This parameter is currently not supported.
3763 3764 3765 3766 3767 3768 |
# File 'lib/aws-sdk-guardduty/types.rb', line 3763 class GetFindingsStatisticsResponse < Struct.new( :finding_statistics, :next_token) SENSITIVE = [] include Aws::Structure end |