Class: Aws::Types::WorkflowTypeInfo
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowTypeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#deprecation_date ⇒ ::Time
Returns the value of attribute deprecation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#status ⇒ "REGISTERED", "DEPRECATED"
Returns the value of attribute status.
-
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def creation_date @creation_date end |
#deprecation_date ⇒ ::Time
Returns the value of attribute deprecation_date.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def deprecation_date @deprecation_date end |
#description ⇒ ::String
Returns the value of attribute description.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def description @description end |
#status ⇒ "REGISTERED", "DEPRECATED"
Returns the value of attribute status.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def status @status end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def workflow_type @workflow_type end |