Class: Aws::Types::GetMetricDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMetricDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#filters ⇒ Types::Filters
Returns the value of attribute filters.
-
#groupings ⇒ ::Array[("QUEUE" | "CHANNEL" | "ROUTING_PROFILE" | "ROUTING_STEP_EXPRESSION" | "AGENT_STATUS" | "SUBTYPE" | "VALIDATION_TEST_TYPE")]
Returns the value of attribute groupings.
-
#historical_metrics ⇒ ::Array[Types::HistoricalMetric]
Returns the value of attribute historical_metrics.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
4273 4274 4275 |
# File 'sig/types.rbs', line 4273 def end_time @end_time end |
#filters ⇒ Types::Filters
Returns the value of attribute filters.
4274 4275 4276 |
# File 'sig/types.rbs', line 4274 def filters @filters end |
#groupings ⇒ ::Array[("QUEUE" | "CHANNEL" | "ROUTING_PROFILE" | "ROUTING_STEP_EXPRESSION" | "AGENT_STATUS" | "SUBTYPE" | "VALIDATION_TEST_TYPE")]
Returns the value of attribute groupings.
4275 4276 4277 |
# File 'sig/types.rbs', line 4275 def groupings @groupings end |
#historical_metrics ⇒ ::Array[Types::HistoricalMetric]
Returns the value of attribute historical_metrics.
4276 4277 4278 |
# File 'sig/types.rbs', line 4276 def historical_metrics @historical_metrics end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4271 4272 4273 |
# File 'sig/types.rbs', line 4271 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4278 4279 4280 |
# File 'sig/types.rbs', line 4278 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4277 4278 4279 |
# File 'sig/types.rbs', line 4277 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
4272 4273 4274 |
# File 'sig/types.rbs', line 4272 def start_time @start_time end |