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.
447 448 449 |
# File 'sig/types.rbs', line 447 def missing_workflows @missing_workflows end |
#workflows ⇒ ::Array[Types::Workflow]
Returns the value of attribute workflows.
446 447 448 |
# File 'sig/types.rbs', line 446 def workflows @workflows end |