Class: Aws::Types::GetDurableExecutionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input_payload, :result])

Instance Attribute Summary collapse

Instance Attribute Details

#durable_configTypes::DurableConfig

Returns the value of attribute durable_config.



999
1000
1001
# File 'sig/types.rbs', line 999

def durable_config
  @durable_config
end

#durable_execution_arn::String

Returns the value of attribute durable_execution_arn.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def durable_execution_arn
  @durable_execution_arn
end

#durable_execution_name::String

Returns the value of attribute durable_execution_name.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def durable_execution_name
  @durable_execution_name
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


995
996
997
# File 'sig/types.rbs', line 995

def end_timestamp
  @end_timestamp
end

#errorTypes::ErrorObject

Returns the value of attribute error.

Returns:



992
993
994
# File 'sig/types.rbs', line 992

def error
  @error
end

#execution_data_includedBoolean

Returns the value of attribute execution_data_included.

Returns:

  • (Boolean)


998
999
1000
# File 'sig/types.rbs', line 998

def execution_data_included
  @execution_data_included
end

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def function_arn
  @function_arn
end

#input_payload::String

Returns the value of attribute input_payload.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def input_payload
  @input_payload
end

#result::String

Returns the value of attribute result.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def result
  @result
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


993
994
995
# File 'sig/types.rbs', line 993

def start_timestamp
  @start_timestamp
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "TIMED_OUT", "STOPPED")


994
995
996
# File 'sig/types.rbs', line 994

def status
  @status
end

#trace_headerTypes::TraceHeader

Returns the value of attribute trace_header.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def trace_header
  @trace_header
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def version
  @version
end