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

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

#errorsArray<Types::BatchGetStepError>

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

Returns:



1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1623

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

#stepsArray<Types::BatchGetStepItem>

A list of steps that were successfully retrieved.

Returns:



1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1623

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