Class: Aws::Types::WorkflowStepSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowStepSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next ⇒ ::Array[::String]
Returns the value of attribute next.
-
#no_of_srv_completed ⇒ ::Integer
Returns the value of attribute no_of_srv_completed.
-
#no_of_srv_failed ⇒ ::Integer
Returns the value of attribute no_of_srv_failed.
-
#owner ⇒ "AWS_MANAGED", "CUSTOM"
Returns the value of attribute owner.
-
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
-
#script_location ⇒ ::String
Returns the value of attribute script_location.
-
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#total_no_of_srv ⇒ ::Integer
Returns the value of attribute total_no_of_srv.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
744 745 746 |
# File 'sig/types.rbs', line 744 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
734 735 736 |
# File 'sig/types.rbs', line 734 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
738 739 740 |
# File 'sig/types.rbs', line 738 def next @next end |
#no_of_srv_completed ⇒ ::Integer
Returns the value of attribute no_of_srv_completed.
741 742 743 |
# File 'sig/types.rbs', line 741 def no_of_srv_completed @no_of_srv_completed end |
#no_of_srv_failed ⇒ ::Integer
Returns the value of attribute no_of_srv_failed.
742 743 744 |
# File 'sig/types.rbs', line 742 def no_of_srv_failed @no_of_srv_failed end |
#owner ⇒ "AWS_MANAGED", "CUSTOM"
Returns the value of attribute owner.
736 737 738 |
# File 'sig/types.rbs', line 736 def owner @owner end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
737 738 739 |
# File 'sig/types.rbs', line 737 def previous @previous end |
#script_location ⇒ ::String
Returns the value of attribute script_location.
745 746 747 |
# File 'sig/types.rbs', line 745 def script_location @script_location end |
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
739 740 741 |
# File 'sig/types.rbs', line 739 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
740 741 742 |
# File 'sig/types.rbs', line 740 def @status_message end |
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
735 736 737 |
# File 'sig/types.rbs', line 735 def step_action_type @step_action_type end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
733 734 735 |
# File 'sig/types.rbs', line 733 def step_id @step_id end |
#total_no_of_srv ⇒ ::Integer
Returns the value of attribute total_no_of_srv.
743 744 745 |
# File 'sig/types.rbs', line 743 def total_no_of_srv @total_no_of_srv end |