Class: Aws::Types::ExecutionStepResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ExecutionError

Returns the value of attribute error.



729
730
731
# File 'sig/types.rbs', line 729

def error
  @error
end

#outputs::String

Returns the value of attribute outputs.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def outputs
  @outputs
end

#step_type"COPY", ...

Returns the value of attribute step_type.

Returns:

  • ("COPY", "CUSTOM", "TAG", "DELETE", "DECRYPT")


727
728
729
# File 'sig/types.rbs', line 727

def step_type
  @step_type
end