Class: Aws::Types::AnalyticsSessionMetric
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsSessionMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "Count", ...
Returns the value of attribute name.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
-
#statistic ⇒ "Sum", ...
Returns the value of attribute statistic.
Instance Attribute Details
#name ⇒ "Count", ...
Returns the value of attribute name.
190 191 192 |
# File 'sig/types.rbs', line 190 def name @name end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
192 193 194 |
# File 'sig/types.rbs', line 192 def order @order end |
#statistic ⇒ "Sum", ...
Returns the value of attribute statistic.
191 192 193 |
# File 'sig/types.rbs', line 191 def statistic @statistic end |