Class: Aws::Types::InvocationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:payload])

Instance Attribute Summary collapse

Instance Attribute Details

#durable_execution_arn::String

Returns the value of attribute durable_execution_arn.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def durable_execution_arn
  @durable_execution_arn
end

#executed_version::String

Returns the value of attribute executed_version.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def executed_version
  @executed_version
end

#function_error::String

Returns the value of attribute function_error.

Returns:

  • (::String)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def function_error
  @function_error
end

#log_result::String

Returns the value of attribute log_result.

Returns:

  • (::String)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def log_result
  @log_result
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def payload
  @payload
end

#status_code::Integer

Returns the value of attribute status_code.

Returns:

  • (::Integer)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def status_code
  @status_code
end