Class: Aws::Deadline::Types::BatchGetSessionActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetSessionActionResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchGetSessionActionError>
A list of errors for session actions that could not be retrieved.
-
#session_actions ⇒ Array<Types::BatchGetSessionActionItem>
A list of session actions that were successfully retrieved.
Instance Attribute Details
#errors ⇒ Array<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_actions ⇒ Array<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 |