Class: Aws::SecurityHub::Types::ResourcesTrendsMetricsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ResourcesTrendsMetricsResult
- Defined in:
- gems/aws-sdk-securityhub/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
-
#timestamp ⇒ Time
The timestamp for this data point in the resources trend metrics.
-
#trends_values ⇒ Types::ResourcesTrendsValues
The resource trend metric values associated with this timestamp, including resource counts.
Instance Attribute Details
#timestamp ⇒ Time
The timestamp for this data point in the resources trend metrics.
30346 30347 30348 30349 30350 30351 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30346 class ResourcesTrendsMetricsResult < Struct.new( :timestamp, :trends_values) SENSITIVE = [] include Aws::Structure end |
#trends_values ⇒ Types::ResourcesTrendsValues
The resource trend metric values associated with this timestamp, including resource counts.
30346 30347 30348 30349 30350 30351 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30346 class ResourcesTrendsMetricsResult < Struct.new( :timestamp, :trends_values) SENSITIVE = [] include Aws::Structure end |