Class: Aws::Types::BatchGetFrameMetricDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetFrameMetricDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#frame_metrics ⇒ ::Array[Types::FrameMetric]
Returns the value of attribute frame_metrics.
-
#period ⇒ ::String
Returns the value of attribute period.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#target_resolution ⇒ "PT5M", ...
Returns the value of attribute target_resolution.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
56 57 58 |
# File 'sig/types.rbs', line 56 def end_time @end_time end |
#frame_metrics ⇒ ::Array[Types::FrameMetric]
Returns the value of attribute frame_metrics.
57 58 59 |
# File 'sig/types.rbs', line 57 def frame_metrics @frame_metrics end |
#period ⇒ ::String
Returns the value of attribute period.
58 59 60 |
# File 'sig/types.rbs', line 58 def period @period end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
59 60 61 |
# File 'sig/types.rbs', line 59 def profiling_group_name @profiling_group_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
60 61 62 |
# File 'sig/types.rbs', line 60 def start_time @start_time end |
#target_resolution ⇒ "PT5M", ...
Returns the value of attribute target_resolution.
61 62 63 |
# File 'sig/types.rbs', line 61 def target_resolution @target_resolution end |