Class: Aws::Deadline::Types::BatchGetStepResponse

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

#errorsArray<Types::BatchGetStepError>

A list of errors for steps that could not be retrieved.

Returns:



1634
1635
1636
1637
1638
1639
# File 'lib/aws-sdk-deadline/types.rb', line 1634

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

#stepsArray<Types::BatchGetStepItem>

A list of steps that were successfully retrieved.

Returns:



1634
1635
1636
1637
1638
1639
# File 'lib/aws-sdk-deadline/types.rb', line 1634

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