Class: Aws::Glue::Types::StartWorkflowRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartWorkflowRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_id ⇒ String
An Id for the new run.
Instance Attribute Details
#run_id ⇒ String
An Id for the new run.
16040 16041 16042 16043 16044 |
# File 'lib/aws-sdk-glue/types.rb', line 16040 class StartWorkflowRunResponse < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |