Class: Aws::Types::CreateWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#is_latest_version ⇒ Boolean
Returns the value of attribute is_latest_version.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_status ⇒ "READY", "DELETING"
Returns the value of attribute workflow_status.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
52 53 54 |
# File 'sig/types.rbs', line 52 def created_at @created_at end |
#is_latest_version ⇒ Boolean
Returns the value of attribute is_latest_version.
56 57 58 |
# File 'sig/types.rbs', line 56 def is_latest_version @is_latest_version end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
53 54 55 |
# File 'sig/types.rbs', line 53 def revision_id @revision_id end |
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
57 58 59 |
# File 'sig/types.rbs', line 57 def warnings @warnings end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
51 52 53 |
# File 'sig/types.rbs', line 51 def workflow_arn @workflow_arn end |
#workflow_status ⇒ "READY", "DELETING"
Returns the value of attribute workflow_status.
54 55 56 |
# File 'sig/types.rbs', line 54 def workflow_status @workflow_status end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
55 56 57 |
# File 'sig/types.rbs', line 55 def workflow_version @workflow_version end |