Class: Aws::SecurityHub::Types::GetResourcesTrendsV2Response

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

#granularityString

The time interval granularity for the returned trend data (such as DAILY or WEEKLY).



26162
26163
26164
26165
26166
26167
26168
# File 'lib/aws-sdk-securityhub/types.rb', line 26162

class GetResourcesTrendsV2Response < 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.



26162
26163
26164
26165
26166
26167
26168
# File 'lib/aws-sdk-securityhub/types.rb', line 26162

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

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



26162
26163
26164
26165
26166
26167
26168
# File 'lib/aws-sdk-securityhub/types.rb', line 26162

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