Class: Aws::SecurityHub::Types::ResourcesTrendsMetricsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ResourcesTrendsMetricsResult
- 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
-
#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.
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 |
#trends_values ⇒ Types::ResourcesTrendsValues
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 |