Class: Aws::BedrockDataAutomation::Types::UpdateBlueprintRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::UpdateBlueprintRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Update Blueprint Request
Constant Summary collapse
- SENSITIVE =
[:schema]
Instance Attribute Summary collapse
-
#blueprint_arn ⇒ String
ARN generated at the server side when a Blueprint is created.
-
#blueprint_stage ⇒ String
Stage of the Blueprint.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
KMS Encryption Configuration.
-
#schema ⇒ String
Schema of the blueprint.
Instance Attribute Details
#blueprint_arn ⇒ String
ARN generated at the server side when a Blueprint is created
1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1288 class UpdateBlueprintRequest < Struct.new( :blueprint_arn, :schema, :blueprint_stage, :encryption_configuration) SENSITIVE = [:schema] include Aws::Structure end |
#blueprint_stage ⇒ String
Stage of the Blueprint
1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1288 class UpdateBlueprintRequest < Struct.new( :blueprint_arn, :schema, :blueprint_stage, :encryption_configuration) SENSITIVE = [:schema] include Aws::Structure end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
KMS Encryption Configuration
1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1288 class UpdateBlueprintRequest < Struct.new( :blueprint_arn, :schema, :blueprint_stage, :encryption_configuration) SENSITIVE = [:schema] include Aws::Structure end |
#schema ⇒ String
Schema of the blueprint
1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1288 class UpdateBlueprintRequest < Struct.new( :blueprint_arn, :schema, :blueprint_stage, :encryption_configuration) SENSITIVE = [:schema] include Aws::Structure end |