Class: Aws::Deadline::Types::BatchGetSessionRequest

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

#identifiersArray<Types::BatchGetSessionIdentifier>

The list of session identifiers to retrieve. You can specify up to 100 identifiers per request.



1394
1395
1396
1397
1398
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1394

class BatchGetSessionRequest < Struct.new(
  :identifiers)
  SENSITIVE = []
  include Aws::Structure
end