Class: Aws::Types::ListSessionAnalyticsDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSessionAnalyticsDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sessions ⇒ ::Array[Types::SessionSpecification]
Returns the value of attribute sessions.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def bot_id @bot_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def next_token @next_token end |
#sessions ⇒ ::Array[Types::SessionSpecification]
Returns the value of attribute sessions.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def sessions @sessions end |