Class: Aws::Types::BatchGetWorkflowsResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetWorkflowsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#missing_workflows ⇒ ::Array[::String]
Returns the value of attribute missing_workflows.
-
#workflows ⇒ ::Array[Types::Workflow]
Returns the value of attribute workflows.
Instance Attribute Details
#missing_workflows ⇒ ::Array[::String]
Returns the value of attribute missing_workflows.
451 452 453 |
# File 'sig/types.rbs', line 451 def missing_workflows @missing_workflows end |
#workflows ⇒ ::Array[Types::Workflow]
Returns the value of attribute workflows.
450 451 452 |
# File 'sig/types.rbs', line 450 def workflows @workflows end |