Class: Aws::Types::GetWorkflowStepGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowStepGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
-
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
250 251 252 |
# File 'sig/types.rbs', line 250 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
247 248 249 |
# File 'sig/types.rbs', line 247 def description @description end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
252 253 254 |
# File 'sig/types.rbs', line 252 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
244 245 246 |
# File 'sig/types.rbs', line 244 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
251 252 253 |
# File 'sig/types.rbs', line 251 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
246 247 248 |
# File 'sig/types.rbs', line 246 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
255 256 257 |
# File 'sig/types.rbs', line 255 def next @next end |
#owner ⇒ "AWS_MANAGED", "CUSTOM"
Returns the value of attribute owner.
249 250 251 |
# File 'sig/types.rbs', line 249 def owner @owner end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
254 255 256 |
# File 'sig/types.rbs', line 254 def previous @previous end |
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
248 249 250 |
# File 'sig/types.rbs', line 248 def status @status end |
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
253 254 255 |
# File 'sig/types.rbs', line 253 def tools @tools end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def workflow_id @workflow_id end |