Class: Aws::Types::AnalyticsUtteranceMetricResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ "Count", ...

Returns the value of attribute name.

Returns:

  • ("Count", "Missed", "Detected", "UtteranceTimestamp")


246
247
248
# File 'sig/types.rbs', line 246

def name
  @name
end

#statistic ⇒ "Sum", ...

Returns the value of attribute statistic.

Returns:

  • ("Sum", "Avg", "Max")


247
248
249
# File 'sig/types.rbs', line 247

def statistic
  @statistic
end

#value ⇒ ::Float

Returns the value of attribute value.

Returns:

  • (::Float)


248
249
250
# File 'sig/types.rbs', line 248

def value
  @value
end