Class: Aws::Types::QueryRange
- Inherits:
-
Object
- Object
- Aws::Types::QueryRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_points ⇒ ::Array[Types::QueryDataPoint]
Returns the value of attribute data_points.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#granularity ⇒ "HOURLY", "DAILY"
Returns the value of attribute granularity.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#data_points ⇒ ::Array[Types::QueryDataPoint]
Returns the value of attribute data_points.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def data_points @data_points end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def end_time @end_time end |
#granularity ⇒ "HOURLY", "DAILY"
Returns the value of attribute granularity.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def granularity @granularity end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def start_time @start_time end |