Class: Aws::Glue::Types::GetBlueprintRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetBlueprintRunResponse
- Includes:
- Structure
- Defined in:
- 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.
9448 9449 9450 9451 9452 |
# File 'lib/aws-sdk-glue/types.rb', line 9448 class GetBlueprintRunResponse < Struct.new( :blueprint_run) SENSITIVE = [] include Aws::Structure end |