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.
7915 7916 7917 7918 7919 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7915 class GetBlueprintRunResponse < Struct.new( :blueprint_run) SENSITIVE = [] include Aws::Structure end |