Class: Aws::Deadline::Types::BatchGetStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetStepResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchGetStepError>
A list of errors for steps that could not be retrieved.
-
#steps ⇒ Array<Types::BatchGetStepItem>
A list of steps that were successfully retrieved.
Instance Attribute Details
#errors ⇒ Array<Types::BatchGetStepError>
A list of errors for steps that could not be retrieved.
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 |
#steps ⇒ Array<Types::BatchGetStepItem>
A list of steps that were successfully retrieved.
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 |