Class: Aws::Types::AnalyticsIntentMetricResult

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


103
104
105
# File 'sig/types.rbs', line 103

def name
  @name
end

#statistic ⇒ "Sum", ...

Returns the value of attribute statistic.

Returns:

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


104
105
106
# File 'sig/types.rbs', line 104

def statistic
  @statistic
end

#value ⇒ ::Float

Returns the value of attribute value.

Returns:

  • (::Float)


105
106
107
# File 'sig/types.rbs', line 105

def value
  @value
end