Class: Aws::Types::WorkflowTypeDetail
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowTypeDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::WorkflowTypeConfiguration
Returns the value of attribute configuration.
-
#type_info ⇒ Types::WorkflowTypeInfo
Returns the value of attribute type_info.
Instance Attribute Details
#configuration ⇒ Types::WorkflowTypeConfiguration
Returns the value of attribute configuration.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def configuration @configuration end |
#type_info ⇒ Types::WorkflowTypeInfo
Returns the value of attribute type_info.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def type_info @type_info end |