Class: Aws::BedrockDataAutomation::Types::CreateBlueprintResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::CreateBlueprintResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Create 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.
315 316 317 318 319 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 315 class CreateBlueprintResponse < Struct.new( :blueprint) SENSITIVE = [] include Aws::Structure end |