Class: Aws::BedrockDataAutomation::Types::UpdateBlueprintResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::UpdateBlueprintResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Update Blueprint Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint ⇒ Types::Blueprint
Contains the information of a Blueprint.
Instance Attribute Details
#blueprint ⇒ Types::Blueprint
Contains the information of a Blueprint.
1305 1306 1307 1308 1309 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1305 class UpdateBlueprintResponse < Struct.new( :blueprint) SENSITIVE = [] include Aws::Structure end |