Class: Aws::Deadline::Types::BatchGetStepRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifiersArray<Types::BatchGetStepIdentifier>

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

Returns:



1618
1619
1620
1621
1622
# File 'lib/aws-sdk-deadline/types.rb', line 1618

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