Class: Aws::Glue::Types::BatchGetWorkflowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetWorkflowsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#missing_workflows ⇒ Array<String>
A list of names of workflows not found.
-
#workflows ⇒ Array<Types::Workflow>
A list of workflow resource metadata.
Instance Attribute Details
#missing_workflows ⇒ Array<String>
A list of names of workflows not found.
1251 1252 1253 1254 1255 1256 |
# File 'lib/aws-sdk-glue/types.rb', line 1251 class BatchGetWorkflowsResponse < Struct.new( :workflows, :missing_workflows) SENSITIVE = [] include Aws::Structure end |
#workflows ⇒ Array<Types::Workflow>
A list of workflow resource metadata.
1251 1252 1253 1254 1255 1256 |
# File 'lib/aws-sdk-glue/types.rb', line 1251 class BatchGetWorkflowsResponse < Struct.new( :workflows, :missing_workflows) SENSITIVE = [] include Aws::Structure end |