Class: Aws::Glue::Types::GetBlueprintResponse

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

#blueprintTypes::Blueprint

Returns a ‘Blueprint` object.

Returns:



8845
8846
8847
8848
8849
# File 'lib/aws-sdk-glue/types.rb', line 8845

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