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:



396
397
398
399
400
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 396

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