Class: Aws::Types::BatchGetSessionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::BatchGetSessionError]

Returns the value of attribute errors.

Returns:



393
394
395
# File 'sig/types.rbs', line 393

def errors
  @errors
end

#sessions::Array[Types::BatchGetSessionItem]

Returns the value of attribute sessions.

Returns:



392
393
394
# File 'sig/types.rbs', line 392

def sessions
  @sessions
end