Class: Aws::BedrockDataAutomation::Types::CreateBlueprintResponse

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

Overview

Create Blueprint Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprintTypes::Blueprint

Contains the information of a Blueprint.

Returns:



315
316
317
318
319
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 315

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