Class: Aws::Glue::Types::GetBlueprintRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetBlueprintRunResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_run ⇒ Types::BlueprintRun
Returns a
BlueprintRun
object.
Instance Attribute Details
#blueprint_run ⇒ Types::BlueprintRun
Returns a BlueprintRun
object.
9438 9439 9440 9441 9442 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9438 class GetBlueprintRunResponse < Struct.new( :blueprint_run) SENSITIVE = [] include Aws::Structure end |