Class: Aws::Types::CreateWorkflowVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
494 495 496 |
# File 'sig/types.rbs', line 494 def arn @arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
497 498 499 |
# File 'sig/types.rbs', line 497 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
498 499 500 |
# File 'sig/types.rbs', line 498 def @tags end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
499 500 501 |
# File 'sig/types.rbs', line 499 def uuid @uuid end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
496 497 498 |
# File 'sig/types.rbs', line 496 def version_name @version_name end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
495 496 497 |
# File 'sig/types.rbs', line 495 def workflow_id @workflow_id end |