Class: Aws::GuardDuty::Types::GetFindingsStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetFindingsStatisticsResponse
- Defined in:
- gems/aws-sdk-guardduty/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.
3610 3611 3612 3613 3614 3615 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3610 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.
3610 3611 3612 3613 3614 3615 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3610 class GetFindingsStatisticsResponse < Struct.new( :finding_statistics, :next_token) SENSITIVE = [] include Aws::Structure end |