Class: Aws::Types::AnalyticsUtteranceMetric

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ "Count", ...

Returns the value of attribute name.



239
240
241
# File 'sig/types.rbs', line 239

def name
  @name
end

#order ⇒ "Ascending", "Descending"

Returns the value of attribute order.



241
242
243
# File 'sig/types.rbs', line 241

def order
  @order
end

#statistic ⇒ "Sum", ...

Returns the value of attribute statistic.



240
241
242
# File 'sig/types.rbs', line 240

def statistic
  @statistic
end