Class: Aws::Glue::Types::StartBlueprintRunRequest

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

#blueprint_nameString

The name of the blueprint.

Returns:

  • (String)


21291
21292
21293
21294
21295
21296
21297
# File 'lib/aws-sdk-glue/types.rb', line 21291

class StartBlueprintRunRequest < Struct.new(
  :blueprint_name,
  :parameters,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#parametersString

Specifies the parameters as a ‘BlueprintParameters` object.

Returns:

  • (String)


21291
21292
21293
21294
21295
21296
21297
# File 'lib/aws-sdk-glue/types.rb', line 21291

class StartBlueprintRunRequest < Struct.new(
  :blueprint_name,
  :parameters,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

Specifies the IAM role used to create the workflow.

Returns:

  • (String)


21291
21292
21293
21294
21295
21296
21297
# File 'lib/aws-sdk-glue/types.rb', line 21291

class StartBlueprintRunRequest < Struct.new(
  :blueprint_name,
  :parameters,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end