Class: Aws::Glue::Types::StartBlueprintRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartBlueprintRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_name ⇒ String
The name of the blueprint.
-
#parameters ⇒ String
Specifies the parameters as a ‘BlueprintParameters` object.
-
#role_arn ⇒ String
Specifies the IAM role used to create the workflow.
Instance Attribute Details
#blueprint_name ⇒ String
The name of the blueprint.
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 |
#parameters ⇒ String
Specifies the parameters as a ‘BlueprintParameters` object.
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_arn ⇒ String
Specifies the IAM role used to create the workflow.
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 |