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)


21056
21057
21058
21059
21060
# File 'lib/aws-sdk-glue/types.rb', line 21056

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