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:



14873
14874
14875
14876
14877
# File 'lib/aws-sdk-glue/types.rb', line 14873

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