Class: Aws::Resiliencehubv2::Types::QueryRange

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Defines a time range for dependency query data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_pointsArray<Types::QueryDataPoint>

The data points within the query range.

Returns:



2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2710

class QueryRange < Struct.new(
  :start_time,
  :end_time,
  :granularity,
  :data_points)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time of the query range.

Returns:

  • (Time)


2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2710

class QueryRange < Struct.new(
  :start_time,
  :end_time,
  :granularity,
  :data_points)
  SENSITIVE = []
  include Aws::Structure
end

#granularityString

The granularity of the query range data points.

Returns:

  • (String)


2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2710

class QueryRange < Struct.new(
  :start_time,
  :end_time,
  :granularity,
  :data_points)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the query range.

Returns:

  • (Time)


2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2710

class QueryRange < Struct.new(
  :start_time,
  :end_time,
  :granularity,
  :data_points)
  SENSITIVE = []
  include Aws::Structure
end