Class: Aws::Types::BatchGetSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchGetSessionError]
Returns the value of attribute errors.
-
#sessions ⇒ ::Array[Types::BatchGetSessionItem]
Returns the value of attribute sessions.
Instance Attribute Details
#errors ⇒ ::Array[Types::BatchGetSessionError]
Returns the value of attribute errors.
393 394 395 |
# File 'sig/types.rbs', line 393 def errors @errors end |
#sessions ⇒ ::Array[Types::BatchGetSessionItem]
Returns the value of attribute sessions.
392 393 394 |
# File 'sig/types.rbs', line 392 def sessions @sessions end |