Class: Aws::Glue::Types::BatchGetWorkflowsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#missing_workflowsArray<String>

A list of names of workflows not found.

Returns:

  • (Array<String>)


1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1144

class BatchGetWorkflowsResponse < Struct.new(
  :workflows,
  :missing_workflows)
  SENSITIVE = []
  include Aws::Structure
end

#workflowsArray<Types::Workflow>

A list of workflow resource metadata.

Returns:



1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1144

class BatchGetWorkflowsResponse < Struct.new(
  :workflows,
  :missing_workflows)
  SENSITIVE = []
  include Aws::Structure
end