Class: Aws::Deadline::Types::BatchGetSessionActionResponse

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::BatchGetSessionActionError>

A list of errors for session actions that could not be retrieved.



1227
1228
1229
1230
1231
1232
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1227

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

#session_actionsArray<Types::BatchGetSessionActionItem>

A list of session actions that were successfully retrieved.



1227
1228
1229
1230
1231
1232
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1227

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