Class: Aws::Types::BatchGetStepResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::BatchGetStepError]

Returns the value of attribute errors.

Returns:



447
448
449
# File 'sig/types.rbs', line 447

def errors
  @errors
end

#steps::Array[Types::BatchGetStepItem]

Returns the value of attribute steps.

Returns:



446
447
448
# File 'sig/types.rbs', line 446

def steps
  @steps
end