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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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.

Returns:

  • (String)


19814
19815
19816
19817
19818
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19814

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