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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



11644
11645
11646
11647
11648
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11644

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