Class: Aws::Types::UpdateWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkflowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
Instance Attribute Details
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
358 359 360 |
# File 'sig/types.rbs', line 358 def modified_at @modified_at end |
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
360 361 362 |
# File 'sig/types.rbs', line 360 def warnings @warnings end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
357 358 359 |
# File 'sig/types.rbs', line 357 def workflow_arn @workflow_arn end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
359 360 361 |
# File 'sig/types.rbs', line 359 def workflow_version @workflow_version end |