Class: Aws::BedrockDataAutomation::Types::UpdateBlueprintResponse

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

Overview

Update Blueprint Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprintTypes::Blueprint

Contains the information of a Blueprint.

Returns:



1305
1306
1307
1308
1309
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1305

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