Class: Aws::BedrockDataAutomation::Types::DeleteBlueprintRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DeleteBlueprintRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Delete Blueprint Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_arn ⇒ String
ARN generated at the server side when a Blueprint is created.
-
#blueprint_version ⇒ String
Optional field to delete a specific Blueprint version.
Instance Attribute Details
#blueprint_arn ⇒ String
ARN generated at the server side when a Blueprint is created
581 582 583 584 585 586 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 581 class DeleteBlueprintRequest < Struct.new( :blueprint_arn, :blueprint_version) SENSITIVE = [] include Aws::Structure end |
#blueprint_version ⇒ String
Optional field to delete a specific Blueprint version
581 582 583 584 585 586 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 581 class DeleteBlueprintRequest < Struct.new( :blueprint_arn, :blueprint_version) SENSITIVE = [] include Aws::Structure end |