Class: Aws::Types::AnalyticsSessionResult
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsSessionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bin_keys ⇒ ::Array[Types::AnalyticsBinKey]
Returns the value of attribute bin_keys.
-
#group_by_keys ⇒ ::Array[Types::AnalyticsSessionGroupByKey]
Returns the value of attribute group_by_keys.
-
#metrics_results ⇒ ::Array[Types::AnalyticsSessionMetricResult]
Returns the value of attribute metrics_results.
Instance Attribute Details
#bin_keys ⇒ ::Array[Types::AnalyticsBinKey]
Returns the value of attribute bin_keys.
204 205 206 |
# File 'sig/types.rbs', line 204 def bin_keys @bin_keys end |
#group_by_keys ⇒ ::Array[Types::AnalyticsSessionGroupByKey]
Returns the value of attribute group_by_keys.
205 206 207 |
# File 'sig/types.rbs', line 205 def group_by_keys @group_by_keys end |
#metrics_results ⇒ ::Array[Types::AnalyticsSessionMetricResult]
Returns the value of attribute metrics_results.
206 207 208 |
# File 'sig/types.rbs', line 206 def metrics_results @metrics_results end |