Class: Aws::Types::ListMetricValuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMetricValuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension_name ⇒ ::String
Returns the value of attribute dimension_name.
-
#dimension_value_operator ⇒ "IN", "NOT_IN"
Returns the value of attribute dimension_value_operator.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#dimension_name ⇒ ::String
Returns the value of attribute dimension_name.
3329 3330 3331 |
# File 'sig/types.rbs', line 3329 def dimension_name @dimension_name end |
#dimension_value_operator ⇒ "IN", "NOT_IN"
Returns the value of attribute dimension_value_operator.
3330 3331 3332 |
# File 'sig/types.rbs', line 3330 def dimension_value_operator @dimension_value_operator end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3332 3333 3334 |
# File 'sig/types.rbs', line 3332 def end_time @end_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3333 3334 3335 |
# File 'sig/types.rbs', line 3333 def max_results @max_results end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
3328 3329 3330 |
# File 'sig/types.rbs', line 3328 def metric_name @metric_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3334 3335 3336 |
# File 'sig/types.rbs', line 3334 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3331 3332 3333 |
# File 'sig/types.rbs', line 3331 def start_time @start_time end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
3327 3328 3329 |
# File 'sig/types.rbs', line 3327 def thing_name @thing_name end |