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")


1699
1700
1701
# File 'sig/types.rbs', line 1699

def action
  @action
end

#callback_optionsTypes::CallbackOptions

Returns the value of attribute callback_options.



1705
1706
1707
# File 'sig/types.rbs', line 1705

def callback_options
  @callback_options
end

#chained_invoke_optionsTypes::ChainedInvokeOptions

Returns the value of attribute chained_invoke_options.



1706
1707
1708
# File 'sig/types.rbs', line 1706

def chained_invoke_options
  @chained_invoke_options
end

#context_optionsTypes::ContextOptions

Returns the value of attribute context_options.



1702
1703
1704
# File 'sig/types.rbs', line 1702

def context_options
  @context_options
end

#errorTypes::ErrorObject

Returns the value of attribute error.

Returns:



1701
1702
1703
# File 'sig/types.rbs', line 1701

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def name
  @name
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def parent_id
  @parent_id
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def payload
  @payload
end

#step_optionsTypes::StepOptions

Returns the value of attribute step_options.

Returns:



1703
1704
1705
# File 'sig/types.rbs', line 1703

def step_options
  @step_options
end

#sub_type::String

Returns the value of attribute sub_type.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def sub_type
  @sub_type
end

#type"EXECUTION", ...

Returns the value of attribute type.

Returns:

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


1697
1698
1699
# File 'sig/types.rbs', line 1697

def type
  @type
end

#wait_optionsTypes::WaitOptions

Returns the value of attribute wait_options.

Returns:



1704
1705
1706
# File 'sig/types.rbs', line 1704

def wait_options
  @wait_options
end