Class: Aws::Types::AnalyticsSessionMetric

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", "Success", "Failure", "Dropped", "Duration", "TurnsPerConversation", "Concurrency")


190
191
192
# File 'sig/types.rbs', line 190

def name
  @name
end

#order ⇒ "Ascending", "Descending"

Returns the value of attribute order.

Returns:

  • ("Ascending", "Descending")


192
193
194
# File 'sig/types.rbs', line 192

def order
  @order
end

#statistic ⇒ "Sum", ...

Returns the value of attribute statistic.

Returns:

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


191
192
193
# File 'sig/types.rbs', line 191

def statistic
  @statistic
end