Class: Aws::Deadline::Types::BatchGetSessionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchGetSessionError>

A list of errors for sessions that could not be retrieved.

Returns:



1410
1411
1412
1413
1414
1415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1410

class BatchGetSessionResponse < Struct.new(
  :sessions,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#sessionsArray<Types::BatchGetSessionItem>

A list of sessions that were successfully retrieved.

Returns:



1410
1411
1412
1413
1414
1415
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1410

class BatchGetSessionResponse < Struct.new(
  :sessions,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end