Class: Aws::Types::ListSessionAnalyticsDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSessionAnalyticsDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ Types::SessionDataSortBy
Returns the value of attribute sort_by.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2476 2477 2478 |
# File 'sig/types.rbs', line 2476 def bot_id @bot_id end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def end_date_time @end_date_time end |
#filters ⇒ ::Array[Types::AnalyticsSessionFilter]
Returns the value of attribute filters.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def next_token @next_token end |
#sort_by ⇒ Types::SessionDataSortBy
Returns the value of attribute sort_by.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def sort_by @sort_by end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def start_date_time @start_date_time end |