Class: Aws::SecurityHub::Types::GetFindingsTrendsV2Response

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#granularityString

The time interval granularity for the returned trend data.

Returns:

  • (String)


25899
25900
25901
25902
25903
25904
25905
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25899

class GetFindingsTrendsV2Response < Struct.new(
  :granularity,
  :trends_metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use for retrieving the next page of results, if more trend data is available.

Returns:

  • (String)


25899
25900
25901
25902
25903
25904
25905
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25899

class GetFindingsTrendsV2Response < Struct.new(
  :granularity,
  :trends_metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

The collection of time-series trend metrics, including counts of findings by severity across the specified time period.

Returns:



25899
25900
25901
25902
25903
25904
25905
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25899

class GetFindingsTrendsV2Response < Struct.new(
  :granularity,
  :trends_metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end