Class: Aws::Types::BatchGetFrameMetricDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetFrameMetricDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#end_times ⇒ ::Array[Types::TimestampStructure]
Returns the value of attribute end_times.
-
#frame_metric_data ⇒ ::Array[Types::FrameMetricDatum]
Returns the value of attribute frame_metric_data.
-
#resolution ⇒ "PT5M", ...
Returns the value of attribute resolution.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#unprocessed_end_times ⇒ ::Hash[::String, ::Array[Types::TimestampStructure]]
Returns the value of attribute unprocessed_end_times.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
66 67 68 |
# File 'sig/types.rbs', line 66 def end_time @end_time end |
#end_times ⇒ ::Array[Types::TimestampStructure]
Returns the value of attribute end_times.
67 68 69 |
# File 'sig/types.rbs', line 67 def end_times @end_times end |
#frame_metric_data ⇒ ::Array[Types::FrameMetricDatum]
Returns the value of attribute frame_metric_data.
68 69 70 |
# File 'sig/types.rbs', line 68 def frame_metric_data @frame_metric_data end |
#resolution ⇒ "PT5M", ...
Returns the value of attribute resolution.
69 70 71 |
# File 'sig/types.rbs', line 69 def resolution @resolution end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
70 71 72 |
# File 'sig/types.rbs', line 70 def start_time @start_time end |
#unprocessed_end_times ⇒ ::Hash[::String, ::Array[Types::TimestampStructure]]
Returns the value of attribute unprocessed_end_times.
71 72 73 |
# File 'sig/types.rbs', line 71 def unprocessed_end_times @unprocessed_end_times end |