Class: Aws::Types::ListSessionMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSessionMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bin_by ⇒ ::Array[Types::AnalyticsBinBySpecification]
Returns the value of attribute bin_by.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
-
#filters ⇒ ::Array[Types::AnalyticsSessionFilter]
Returns the value of attribute filters.
-
#group_by ⇒ ::Array[Types::AnalyticsSessionGroupBySpecification]
Returns the value of attribute group_by.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metrics ⇒ ::Array[Types::AnalyticsSessionMetric]
Returns the value of attribute metrics.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
Instance Attribute Details
#bin_by ⇒ ::Array[Types::AnalyticsBinBySpecification]
Returns the value of attribute bin_by.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def bin_by @bin_by end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def bot_id @bot_id end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def end_date_time @end_date_time end |
#filters ⇒ ::Array[Types::AnalyticsSessionFilter]
Returns the value of attribute filters.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def filters @filters end |
#group_by ⇒ ::Array[Types::AnalyticsSessionGroupBySpecification]
Returns the value of attribute group_by.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def group_by @group_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def max_results @max_results end |
#metrics ⇒ ::Array[Types::AnalyticsSessionMetric]
Returns the value of attribute metrics.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def metrics @metrics end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def next_token @next_token end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def start_date_time @start_date_time end |