Class: Aws::Types::Operation
- Inherits:
-
Object
- Object
- Aws::Types::Operation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#callback_details ⇒ Types::CallbackDetails
Returns the value of attribute callback_details.
-
#chained_invoke_details ⇒ Types::ChainedInvokeDetails
Returns the value of attribute chained_invoke_details.
-
#context_details ⇒ Types::ContextDetails
Returns the value of attribute context_details.
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#execution_details ⇒ Types::ExecutionDetails
Returns the value of attribute execution_details.
-
#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.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#status ⇒ "STARTED", ...
Returns the value of attribute status.
-
#step_details ⇒ Types::StepDetails
Returns the value of attribute step_details.
-
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
-
#type ⇒ "EXECUTION", ...
Returns the value of attribute type.
-
#wait_details ⇒ Types::WaitDetails
Returns the value of attribute wait_details.
Instance Attribute Details
#callback_details ⇒ Types::CallbackDetails
Returns the value of attribute callback_details.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def callback_details @callback_details end |
#chained_invoke_details ⇒ Types::ChainedInvokeDetails
Returns the value of attribute chained_invoke_details.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def chained_invoke_details @chained_invoke_details end |
#context_details ⇒ Types::ContextDetails
Returns the value of attribute context_details.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def context_details @context_details end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def @end_timestamp end |
#execution_details ⇒ Types::ExecutionDetails
Returns the value of attribute execution_details.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def execution_details @execution_details end |
#id ⇒ ::String
Returns the value of attribute id.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def name @name end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def parent_id @parent_id end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def @start_timestamp end |
#status ⇒ "STARTED", ...
Returns the value of attribute status.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def status @status end |
#step_details ⇒ Types::StepDetails
Returns the value of attribute step_details.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def step_details @step_details end |
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def sub_type @sub_type end |
#type ⇒ "EXECUTION", ...
Returns the value of attribute type.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def type @type end |
#wait_details ⇒ Types::WaitDetails
Returns the value of attribute wait_details.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def wait_details @wait_details end |