Class: Aws::Types::WorkflowStep
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_step_details ⇒ Types::CopyStepDetails
Returns the value of attribute copy_step_details.
-
#custom_step_details ⇒ Types::CustomStepDetails
Returns the value of attribute custom_step_details.
-
#decrypt_step_details ⇒ Types::DecryptStepDetails
Returns the value of attribute decrypt_step_details.
-
#delete_step_details ⇒ Types::DeleteStepDetails
Returns the value of attribute delete_step_details.
-
#tag_step_details ⇒ Types::TagStepDetails
Returns the value of attribute tag_step_details.
-
#type ⇒ "COPY", ...
Returns the value of attribute type.
Instance Attribute Details
#copy_step_details ⇒ Types::CopyStepDetails
Returns the value of attribute copy_step_details.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def copy_step_details @copy_step_details end |
#custom_step_details ⇒ Types::CustomStepDetails
Returns the value of attribute custom_step_details.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def custom_step_details @custom_step_details end |
#decrypt_step_details ⇒ Types::DecryptStepDetails
Returns the value of attribute decrypt_step_details.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def decrypt_step_details @decrypt_step_details end |
#delete_step_details ⇒ Types::DeleteStepDetails
Returns the value of attribute delete_step_details.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def delete_step_details @delete_step_details end |
#tag_step_details ⇒ Types::TagStepDetails
Returns the value of attribute tag_step_details.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def tag_step_details @tag_step_details end |
#type ⇒ "COPY", ...
Returns the value of attribute type.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def type @type end |