Class: Aws::BedrockDataAutomation::Types::BlueprintOptimizationObject

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

Overview

Structure for single blueprint entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_arnString

Arn of blueprint.

Returns:

  • (String)


295
296
297
298
299
300
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 295

class BlueprintOptimizationObject < Struct.new(
  :blueprint_arn,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end

#stageString

Stage of blueprint.

Returns:

  • (String)


295
296
297
298
299
300
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 295

class BlueprintOptimizationObject < Struct.new(
  :blueprint_arn,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end