Class: Aws::Types::ListSessionActionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSessionActionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#session_actions ⇒ ::Array[Types::SessionActionSummary]
Returns the value of attribute session_actions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def next_token @next_token end |
#session_actions ⇒ ::Array[Types::SessionActionSummary]
Returns the value of attribute session_actions.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def session_actions @session_actions end |