Class: Aws::Types::SendTaskSuccessInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:output])

Instance Attribute Summary collapse

Instance Attribute Details

#output::String

Returns the value of attribute output.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def output
  @output
end

#task_token::String

Returns the value of attribute task_token.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def task_token
  @task_token
end