Class: Aws::Glue::Types::GetBlueprintRunResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_runTypes::BlueprintRun

Returns a `BlueprintRun` object.

Returns:



7524
7525
7526
7527
7528
# File 'lib/aws-sdk-glue/types.rb', line 7524

class GetBlueprintRunResponse < Struct.new(
  :blueprint_run)
  SENSITIVE = []
  include Aws::Structure
end