Class: Aws::Types::MetricQuery
- Inherits:
-
Object
- Object
- Aws::Types::MetricQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end ⇒ ::Integer
Returns the value of attribute end.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#metric_stat ⇒ "Min", ...
Returns the value of attribute metric_stat.
-
#period ⇒ "OneMinute", ...
Returns the value of attribute period.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#start ⇒ ::Integer
Returns the value of attribute start.
-
#x_axis_type ⇒ "IterationNumber", "Timestamp"
Returns the value of attribute x_axis_type.
Instance Attribute Details
#end ⇒ ::Integer
Returns the value of attribute end.
45 46 47 |
# File 'sig/types.rbs', line 45 def end @end end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
39 40 41 |
# File 'sig/types.rbs', line 39 def metric_name @metric_name end |
#metric_stat ⇒ "Min", ...
Returns the value of attribute metric_stat.
41 42 43 |
# File 'sig/types.rbs', line 41 def metric_stat @metric_stat end |
#period ⇒ "OneMinute", ...
Returns the value of attribute period.
42 43 44 |
# File 'sig/types.rbs', line 42 def period @period end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
40 41 42 |
# File 'sig/types.rbs', line 40 def resource_arn @resource_arn end |
#start ⇒ ::Integer
Returns the value of attribute start.
44 45 46 |
# File 'sig/types.rbs', line 44 def start @start end |
#x_axis_type ⇒ "IterationNumber", "Timestamp"
Returns the value of attribute x_axis_type.
43 44 45 |
# File 'sig/types.rbs', line 43 def x_axis_type @x_axis_type end |