Class: Aws::Glue::Types::StartWorkflowRunResponse

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

#run_idString

An Id for the new run.

Returns:

  • (String)


19728
19729
19730
19731
19732
# File 'lib/aws-sdk-glue/types.rb', line 19728

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