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.
9577 9578 9579 9580 9581 |
# File 'lib/aws-sdk-glue/types.rb', line 9577 class GetBlueprintRunResponse < Struct.new( :blueprint_run) SENSITIVE = [] include Aws::Structure end |