Class: Aws::SecurityHub::Types::GetFindingsTrendsV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The ending timestamp for the time period to analyze findings trends, in ISO 8601 format.

Returns:

  • (Time)


25848
25849
25850
25851
25852
25853
25854
25855
25856
# File 'lib/aws-sdk-securityhub/types.rb', line 25848

class GetFindingsTrendsV2Request < Struct.new(
  :filters,
  :start_time,
  :end_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::FindingsTrendsFilters

The filters to apply to the findings trend data.



25848
25849
25850
25851
25852
25853
25854
25855
25856
# File 'lib/aws-sdk-securityhub/types.rb', line 25848

class GetFindingsTrendsV2Request < Struct.new(
  :filters,
  :start_time,
  :end_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of trend data points to return in a single response.

Returns:

  • (Integer)


25848
25849
25850
25851
25852
25853
25854
25855
25856
# File 'lib/aws-sdk-securityhub/types.rb', line 25848

class GetFindingsTrendsV2Request < Struct.new(
  :filters,
  :start_time,
  :end_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use for paginating results. This value is returned in the response if more results are available.

Returns:

  • (String)


25848
25849
25850
25851
25852
25853
25854
25855
25856
# File 'lib/aws-sdk-securityhub/types.rb', line 25848

class GetFindingsTrendsV2Request < Struct.new(
  :filters,
  :start_time,
  :end_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The starting timestamp for the time period to analyze findings trends, in ISO 8601 format.

Returns:

  • (Time)


25848
25849
25850
25851
25852
25853
25854
25855
25856
# File 'lib/aws-sdk-securityhub/types.rb', line 25848

class GetFindingsTrendsV2Request < Struct.new(
  :filters,
  :start_time,
  :end_time,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end