Class: Aws::Resiliencehubv2::Types::QueryRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::QueryRange
- 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
-
#data_points ⇒ Array<Types::QueryDataPoint>
The data points within the query range.
-
#end_time ⇒ Time
The end time of the query range.
-
#granularity ⇒ String
The granularity of the query range data points.
-
#start_time ⇒ Time
The start time of the query range.
Instance Attribute Details
#data_points ⇒ Array<Types::QueryDataPoint>
The data points within the query range.
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_time ⇒ Time
The end time of the query range.
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 |
#granularity ⇒ String
The granularity of the query range data points.
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_time ⇒ Time
The start time of the query range.
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 |