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)


3345
3346
3347
3348
3349
3350
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3345

class QueryDataPoint < Struct.new(
  :timestamp,
  :query_count)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp of the data point.

Returns:

  • (Time)


3345
3346
3347
3348
3349
3350
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3345

class QueryDataPoint < Struct.new(
  :timestamp,
  :query_count)
  SENSITIVE = []
  include Aws::Structure
end