Class: Aws::Resiliencehubv2::Types::QueryDataPoint

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#query_countInteger

The number of queries at this data point.

Returns:

  • (Integer)


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

#timestampTime

The timestamp of the data point.

Returns:

  • (Time)


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