Class: Aws::Types::CreateWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
460 461 462 |
# File 'sig/types.rbs', line 460 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
461 462 463 |
# File 'sig/types.rbs', line 461 def id @id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
462 463 464 |
# File 'sig/types.rbs', line 462 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
463 464 465 |
# File 'sig/types.rbs', line 463 def @tags end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
464 465 466 |
# File 'sig/types.rbs', line 464 def uuid @uuid end |