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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



13737
13738
13739
13740
13741
# File 'lib/aws-sdk-glue/types.rb', line 13737

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