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.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def action @action end |
#callback_options ⇒ Types::CallbackOptions
Returns the value of attribute callback_options.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def @callback_options end |
#chained_invoke_options ⇒ Types::ChainedInvokeOptions
Returns the value of attribute chained_invoke_options.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def @chained_invoke_options end |
#context_options ⇒ Types::ContextOptions
Returns the value of attribute context_options.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def @context_options end |
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def error @error end |
#id ⇒ ::String
Returns the value of attribute id.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def name @name end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def parent_id @parent_id end |
#payload ⇒ ::String
Returns the value of attribute payload.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def payload @payload end |
#step_options ⇒ Types::StepOptions
Returns the value of attribute step_options.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def @step_options end |
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def sub_type @sub_type end |
#type ⇒ "EXECUTION", ...
Returns the value of attribute type.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def type @type end |
#wait_options ⇒ Types::WaitOptions
Returns the value of attribute wait_options.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def @wait_options end |