Class: Aws::Glue::Types::GetWorkflowRunResponse

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

#runTypes::WorkflowRun

The requested workflow run metadata.

Returns:



13044
13045
13046
13047
13048
# File 'lib/aws-sdk-glue/types.rb', line 13044

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