Class: Aws::Types::BatchGetSessionActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSessionActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchGetSessionActionError]
Returns the value of attribute errors.
-
#session_actions ⇒ ::Array[Types::BatchGetSessionActionItem]
Returns the value of attribute session_actions.
Instance Attribute Details
#errors ⇒ ::Array[Types::BatchGetSessionActionError]
Returns the value of attribute errors.
345 346 347 |
# File 'sig/types.rbs', line 345 def errors @errors end |
#session_actions ⇒ ::Array[Types::BatchGetSessionActionItem]
Returns the value of attribute session_actions.
344 345 346 |
# File 'sig/types.rbs', line 344 def session_actions @session_actions end |