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)


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

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

#parametersString

Specifies the parameters as a ‘BlueprintParameters` object.

Returns:

  • (String)


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

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)


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

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