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.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def callback_details @callback_details end |
#chained_invoke_details ⇒ Types::ChainedInvokeDetails
Returns the value of attribute chained_invoke_details.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def chained_invoke_details @chained_invoke_details end |
#context_details ⇒ Types::ContextDetails
Returns the value of attribute context_details.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def context_details @context_details end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def @end_timestamp end |
#execution_details ⇒ Types::ExecutionDetails
Returns the value of attribute execution_details.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def execution_details @execution_details end |
#id ⇒ ::String
Returns the value of attribute id.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def name @name end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def parent_id @parent_id end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def @start_timestamp end |
#status ⇒ "STARTED", ...
Returns the value of attribute status.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def status @status end |
#step_details ⇒ Types::StepDetails
Returns the value of attribute step_details.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def step_details @step_details end |
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def sub_type @sub_type end |
#type ⇒ "EXECUTION", ...
Returns the value of attribute type.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def type @type end |
#wait_details ⇒ Types::WaitDetails
Returns the value of attribute wait_details.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def wait_details @wait_details end |