Class: Aws::Types::StopExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:error, :cause])

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


975
976
977
# File 'sig/types.rbs', line 975

def error
  @error
end

#execution_arn::String

Returns the value of attribute execution_arn.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def execution_arn
  @execution_arn
end