Class: Aws::Deadline::Types::BatchGetSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetSessionRequest
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifiers ⇒ Array<Types::BatchGetSessionIdentifier>
The list of session identifiers to retrieve.
Instance Attribute Details
#identifiers ⇒ Array<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 |