Class: Aws::Types::GetCurrentMetricDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCurrentMetricDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_metrics ⇒ ::Array[Types::CurrentMetric]
Returns the value of attribute current_metrics.
-
#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.
-
#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.
-
#sort_criteria ⇒ ::Array[Types::CurrentMetricSortCriteria]
Returns the value of attribute sort_criteria.
Instance Attribute Details
#current_metrics ⇒ ::Array[Types::CurrentMetric]
Returns the value of attribute current_metrics.
4170 4171 4172 |
# File 'sig/types.rbs', line 4170 def current_metrics @current_metrics end |
#filters ⇒ Types::Filters
Returns the value of attribute filters.
4168 4169 4170 |
# File 'sig/types.rbs', line 4168 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.
4169 4170 4171 |
# File 'sig/types.rbs', line 4169 def groupings @groupings end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4167 4168 4169 |
# File 'sig/types.rbs', line 4167 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4172 4173 4174 |
# File 'sig/types.rbs', line 4172 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4171 4172 4173 |
# File 'sig/types.rbs', line 4171 def next_token @next_token end |
#sort_criteria ⇒ ::Array[Types::CurrentMetricSortCriteria]
Returns the value of attribute sort_criteria.
4173 4174 4175 |
# File 'sig/types.rbs', line 4173 def sort_criteria @sort_criteria end |