Class: Aws::Types::GetCurrentMetricDataRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#current_metrics::Array[Types::CurrentMetric]

Returns the value of attribute current_metrics.

Returns:



4229
4230
4231
# File 'sig/types.rbs', line 4229

def current_metrics
  @current_metrics
end

#filtersTypes::Filters

Returns the value of attribute filters.

Returns:



4227
4228
4229
# File 'sig/types.rbs', line 4227

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.

Returns:



4228
4229
4230
# File 'sig/types.rbs', line 4228

def groupings
  @groupings
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



4226
4227
4228
# File 'sig/types.rbs', line 4226

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



4231
4232
4233
# File 'sig/types.rbs', line 4231

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



4230
4231
4232
# File 'sig/types.rbs', line 4230

def next_token
  @next_token
end

#sort_criteria::Array[Types::CurrentMetricSortCriteria]

Returns the value of attribute sort_criteria.

Returns:



4232
4233
4234
# File 'sig/types.rbs', line 4232

def sort_criteria
  @sort_criteria
end