Class: Aws::Types::AnalyticsIntentMetric

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", "Switched", "Dropped")


96
97
98
# File 'sig/types.rbs', line 96

def name
  @name
end

#order ⇒ "Ascending", "Descending"

Returns the value of attribute order.

Returns:

  • ("Ascending", "Descending")


98
99
100
# File 'sig/types.rbs', line 98

def order
  @order
end

#statistic ⇒ "Sum", ...

Returns the value of attribute statistic.

Returns:

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


97
98
99
# File 'sig/types.rbs', line 97

def statistic
  @statistic
end