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:



9009
9010
9011
9012
9013
# File 'lib/aws-sdk-glue/types.rb', line 9009

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