Class: Aws::Glue::Types::StartBlueprintRunResponse

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

The run ID for this blueprint run.



20396
20397
20398
20399
20400
# File 'lib/aws-sdk-glue/types.rb', line 20396

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