Class: Aws::Types::OperationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::OperationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "START", ...
Returns the value of attribute action.
-
#callback_options ⇒ Types::CallbackOptions
Returns the value of attribute callback_options.
-
#chained_invoke_options ⇒ Types::ChainedInvokeOptions
Returns the value of attribute chained_invoke_options.
-
#context_options ⇒ Types::ContextOptions
Returns the value of attribute context_options.
-
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#step_options ⇒ Types::StepOptions
Returns the value of attribute step_options.
-
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
-
#type ⇒ "EXECUTION", ...
Returns the value of attribute type.
-
#wait_options ⇒ Types::WaitOptions
Returns the value of attribute wait_options.
Instance Attribute Details
#action ⇒ "START", ...
Returns the value of attribute action.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def action @action end |
#callback_options ⇒ Types::CallbackOptions
Returns the value of attribute callback_options.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def @callback_options end |
#chained_invoke_options ⇒ Types::ChainedInvokeOptions
Returns the value of attribute chained_invoke_options.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def @chained_invoke_options end |
#context_options ⇒ Types::ContextOptions
Returns the value of attribute context_options.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def @context_options end |
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def error @error end |
#id ⇒ ::String
Returns the value of attribute id.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def name @name end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def parent_id @parent_id end |
#payload ⇒ ::String
Returns the value of attribute payload.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def payload @payload end |
#step_options ⇒ Types::StepOptions
Returns the value of attribute step_options.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def @step_options end |
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def sub_type @sub_type end |
#type ⇒ "EXECUTION", ...
Returns the value of attribute type.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def type @type end |
#wait_options ⇒ Types::WaitOptions
Returns the value of attribute wait_options.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def @wait_options end |