Class: Aws::Types::WorkflowSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#trigger_mode ⇒ ::String
Returns the value of attribute trigger_mode.
-
#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.
407 408 409 |
# File 'sig/types.rbs', line 407 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
406 407 408 |
# File 'sig/types.rbs', line 406 def description @description end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
408 409 410 |
# File 'sig/types.rbs', line 408 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
405 406 407 |
# File 'sig/types.rbs', line 405 def name @name end |
#trigger_mode ⇒ ::String
Returns the value of attribute trigger_mode.
410 411 412 |
# File 'sig/types.rbs', line 410 def trigger_mode @trigger_mode end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
403 404 405 |
# File 'sig/types.rbs', line 403 def workflow_arn @workflow_arn end |
#workflow_status ⇒ "READY", "DELETING"
Returns the value of attribute workflow_status.
409 410 411 |
# File 'sig/types.rbs', line 409 def workflow_status @workflow_status end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
404 405 406 |
# File 'sig/types.rbs', line 404 def workflow_version @workflow_version end |