Class: Aws::Types::AnalyticsSessionMetricResult
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsSessionMetricResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "Count", ...
Returns the value of attribute name.
-
#statistic ⇒ "Sum", ...
Returns the value of attribute statistic.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "Count", ...
Returns the value of attribute name.
197 198 199 |
# File 'sig/types.rbs', line 197 def name @name end |
#statistic ⇒ "Sum", ...
Returns the value of attribute statistic.
198 199 200 |
# File 'sig/types.rbs', line 198 def statistic @statistic end |
#value ⇒ ::Float
Returns the value of attribute value.
199 200 201 |
# File 'sig/types.rbs', line 199 def value @value end |