Class: Aws::Glue::Types::GetWorkflowResponse

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

#workflowTypes::Workflow

The resource metadata for the workflow.

Returns:



12302
12303
12304
12305
12306
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12302

class GetWorkflowResponse < Struct.new(
  :workflow)
  SENSITIVE = []
  include Aws::Structure
end