Class: Aws::Types::AnalyticsSessionMetricResult

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


197
198
199
# File 'sig/types.rbs', line 197

def name
  @name
end

#statistic ⇒ "Sum", ...

Returns the value of attribute statistic.

Returns:

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


198
199
200
# File 'sig/types.rbs', line 198

def statistic
  @statistic
end

#value ⇒ ::Float

Returns the value of attribute value.

Returns:

  • (::Float)


199
200
201
# File 'sig/types.rbs', line 199

def value
  @value
end