Class: Aws::Glue::Types::StartBlueprintRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartBlueprintRunRequest
- Defined in:
- gems/aws-sdk-glue/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.
21298 21299 21300 21301 21302 21303 21304 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21298 class StartBlueprintRunRequest < Struct.new( :blueprint_name, :parameters, :role_arn) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ String
Specifies the parameters as a BlueprintParameters
object.
21298 21299 21300 21301 21302 21303 21304 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21298 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.
21298 21299 21300 21301 21302 21303 21304 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21298 class StartBlueprintRunRequest < Struct.new( :blueprint_name, :parameters, :role_arn) SENSITIVE = [] include Aws::Structure end |