Class: Aws::Types::WorkflowStepGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowStepGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next ⇒ ::Array[::String]
Returns the value of attribute next.
-
#owner ⇒ "AWS_MANAGED", "CUSTOM"
Returns the value of attribute owner.
-
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
-
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
698 699 700 |
# File 'sig/types.rbs', line 698 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
699 700 701 |
# File 'sig/types.rbs', line 699 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
703 704 705 |
# File 'sig/types.rbs', line 703 def next @next end |
#owner ⇒ "AWS_MANAGED", "CUSTOM"
Returns the value of attribute owner.
700 701 702 |
# File 'sig/types.rbs', line 700 def owner @owner end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
702 703 704 |
# File 'sig/types.rbs', line 702 def previous @previous end |
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
701 702 703 |
# File 'sig/types.rbs', line 701 def status @status end |