Class: Aws::Types::OperationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:payload])

Instance Attribute Summary collapse

Instance Attribute Details

#action"START", ...

Returns the value of attribute action.

Returns:

  • ("START", "SUCCEED", "FAIL", "RETRY", "CANCEL")


1682
1683
1684
# File 'sig/types.rbs', line 1682

def action
  @action
end

#callback_optionsTypes::CallbackOptions

Returns the value of attribute callback_options.



1688
1689
1690
# File 'sig/types.rbs', line 1688

def callback_options
  @callback_options
end

#chained_invoke_optionsTypes::ChainedInvokeOptions

Returns the value of attribute chained_invoke_options.



1689
1690
1691
# File 'sig/types.rbs', line 1689

def chained_invoke_options
  @chained_invoke_options
end

#context_optionsTypes::ContextOptions

Returns the value of attribute context_options.



1685
1686
1687
# File 'sig/types.rbs', line 1685

def context_options
  @context_options
end

#errorTypes::ErrorObject

Returns the value of attribute error.

Returns:



1684
1685
1686
# File 'sig/types.rbs', line 1684

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def name
  @name
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def parent_id
  @parent_id
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def payload
  @payload
end

#step_optionsTypes::StepOptions

Returns the value of attribute step_options.

Returns:



1686
1687
1688
# File 'sig/types.rbs', line 1686

def step_options
  @step_options
end

#sub_type::String

Returns the value of attribute sub_type.

Returns:

  • (::String)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def sub_type
  @sub_type
end

#type"EXECUTION", ...

Returns the value of attribute type.

Returns:

  • ("EXECUTION", "CONTEXT", "STEP", "WAIT", "CALLBACK", "CHAINED_INVOKE")


1680
1681
1682
# File 'sig/types.rbs', line 1680

def type
  @type
end

#wait_optionsTypes::WaitOptions

Returns the value of attribute wait_options.

Returns:



1687
1688
1689
# File 'sig/types.rbs', line 1687

def wait_options
  @wait_options
end