Class: Aws::Types::GetMetricDataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


4123
4124
4125
# File 'sig/types.rbs', line 4123

def end_time
  @end_time
end

#filtersTypes::Filters

Returns the value of attribute filters.

Returns:



4124
4125
4126
# File 'sig/types.rbs', line 4124

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")])


4125
4126
4127
# File 'sig/types.rbs', line 4125

def groupings
  @groupings
end

#historical_metrics::Array[Types::HistoricalMetric]

Returns the value of attribute historical_metrics.

Returns:



4126
4127
4128
# File 'sig/types.rbs', line 4126

def historical_metrics
  @historical_metrics
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4121
4122
4123
# File 'sig/types.rbs', line 4121

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4128
4129
4130
# File 'sig/types.rbs', line 4128

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4127
4128
4129
# File 'sig/types.rbs', line 4127

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


4122
4123
4124
# File 'sig/types.rbs', line 4122

def start_time
  @start_time
end