Class: Aws::Types::SearchSessionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchSessionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#session_summaries ⇒ ::Array[Types::SessionSummary]
Returns the value of attribute session_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def next_token @next_token end |
#session_summaries ⇒ ::Array[Types::SessionSummary]
Returns the value of attribute session_summaries.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def session_summaries @session_summaries end |