Class: Aws::Resiliencehubv2::Types::QueryDataPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::QueryDataPoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
A data point in a dependency query range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_count ⇒ Integer
The number of queries at this data point.
-
#timestamp ⇒ Time
The timestamp of the data point.
Instance Attribute Details
#query_count ⇒ Integer
The number of queries at this data point.
2683 2684 2685 2686 2687 2688 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2683 class QueryDataPoint < Struct.new( :timestamp, :query_count) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the data point.
2683 2684 2685 2686 2687 2688 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2683 class QueryDataPoint < Struct.new( :timestamp, :query_count) SENSITIVE = [] include Aws::Structure end |