Class: Aws::BedrockDataAutomation::Types::BlueprintOptimizationObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::BlueprintOptimizationObject
- 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
-
#blueprint_arn ⇒ String
Arn of blueprint.
-
#stage ⇒ String
Stage of blueprint.
Instance Attribute Details
#blueprint_arn ⇒ String
Arn of blueprint.
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 |
#stage ⇒ String
Stage of blueprint.
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 |