Class: Aws::Glue::Types::StartBlueprintRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartBlueprintRunResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_id ⇒ String
The run ID for this blueprint run.
Instance Attribute Details
#run_id ⇒ String
The run ID for this blueprint run.
24521 24522 24523 24524 24525 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24521 class StartBlueprintRunResponse < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |