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:



11002
11003
11004
11005
11006
# File 'lib/aws-sdk-glue/types.rb', line 11002

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