Class: Aws::SecurityHub::Types::ResourcesTrendsMetricsResult

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

Overview

Contains the resource trend metrics data for a specific time point in the requested time period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timestampTime

The timestamp for this data point in the resources trend metrics.

Returns:

  • (Time)


30364
30365
30366
30367
30368
30369
# File 'lib/aws-sdk-securityhub/types.rb', line 30364

class ResourcesTrendsMetricsResult < Struct.new(
  :timestamp,
  :trends_values)
  SENSITIVE = []
  include Aws::Structure
end

The resource trend metric values associated with this timestamp, including resource counts.



30364
30365
30366
30367
30368
30369
# File 'lib/aws-sdk-securityhub/types.rb', line 30364

class ResourcesTrendsMetricsResult < Struct.new(
  :timestamp,
  :trends_values)
  SENSITIVE = []
  include Aws::Structure
end