Class: Aws::Glue::Types::StartWorkflowRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartWorkflowRunRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the workflow to start.
-
#run_properties ⇒ Hash<String,String>
The workflow run properties for the new workflow run.
Instance Attribute Details
#name ⇒ String
The name of the workflow to start.
20181 20182 20183 20184 20185 20186 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20181 class StartWorkflowRunRequest < Struct.new( :name, :run_properties) SENSITIVE = [] include Aws::Structure end |
#run_properties ⇒ Hash<String,String>
The workflow run properties for the new workflow run.
20181 20182 20183 20184 20185 20186 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20181 class StartWorkflowRunRequest < Struct.new( :name, :run_properties) SENSITIVE = [] include Aws::Structure end |