Class: Aws::Types::AnalyticsIntentMetric
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsIntentMetric
- 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.
96 97 98 |
# File 'sig/types.rbs', line 96 def name @name end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
98 99 100 |
# File 'sig/types.rbs', line 98 def order @order end |
#statistic ⇒ "Sum", ...
Returns the value of attribute statistic.
97 98 99 |
# File 'sig/types.rbs', line 97 def statistic @statistic end |