Class: Aws::SecurityHub::Types::ResourcesTrendsValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ResourcesTrendsValues
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Contains the aggregated resource count values for a specific point in the resources trend timeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resources_count ⇒ Types::ResourcesCount
The resource count statistics for this data point in the trend timeline.
Instance Attribute Details
#resources_count ⇒ Types::ResourcesCount
The resource count statistics for this data point in the trend timeline.
30384 30385 30386 30387 30388 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30384 class ResourcesTrendsValues < Struct.new( :resources_count) SENSITIVE = [] include Aws::Structure end |