Class: Aws::Types::ListSessionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSessionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sessions ⇒ ::Array[Types::SessionSummary]
Returns the value of attribute sessions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def next_token @next_token end |
#sessions ⇒ ::Array[Types::SessionSummary]
Returns the value of attribute sessions.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def sessions @sessions end |