Class: Aws::Types::ListSessionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListSessionsOutput
- 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::Session]
Returns the value of attribute sessions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def next_token @next_token end |
#sessions ⇒ ::Array[Types::Session]
Returns the value of attribute sessions.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def sessions @sessions end |