Class: Aws::BedrockDataAutomation::Types::UpdateBlueprintRequest

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

Overview

Update Blueprint Request

Constant Summary collapse

SENSITIVE =
[:schema]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_arnString

ARN generated at the server side when a Blueprint is created

Returns:

  • (String)


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_stageString

Stage of the Blueprint

Returns:

  • (String)


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_configurationTypes::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

#schemaString

Schema of the blueprint

Returns:

  • (String)


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