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:



4181
4182
4183
# File 'sig/types.rbs', line 4181

def current_metrics
  @current_metrics
end

#filtersTypes::Filters

Returns the value of attribute filters.

Returns:



4179
4180
4181
# File 'sig/types.rbs', line 4179

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:

  • (::Array[("QUEUE" | "CHANNEL" | "ROUTING_PROFILE" | "ROUTING_STEP_EXPRESSION" | "AGENT_STATUS" | "SUBTYPE" | "VALIDATION_TEST_TYPE")])


4180
4181
4182
# File 'sig/types.rbs', line 4180

def groupings
  @groupings
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4178
4179
4180
# File 'sig/types.rbs', line 4178

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4183
4184
4185
# File 'sig/types.rbs', line 4183

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4182
4183
4184
# File 'sig/types.rbs', line 4182

def next_token
  @next_token
end

#sort_criteria::Array[Types::CurrentMetricSortCriteria]

Returns the value of attribute sort_criteria.

Returns:



4184
4185
4186
# File 'sig/types.rbs', line 4184

def sort_criteria
  @sort_criteria
end