Class: Aws::GuardDuty::Types::GetFindingsStatisticsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_statisticsTypes::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_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

This parameter is currently not supported.

Returns:

  • (String)


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