Class: Aws::BedrockDataAutomation::Types::InvokeBlueprintOptimizationAsyncResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::InvokeBlueprintOptimizationAsyncResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Invoke Blueprint Optimization Async Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_arn ⇒ String
ARN of the blueprint optimization job.
Instance Attribute Details
#invocation_arn ⇒ String
ARN of the blueprint optimization job
1285 1286 1287 1288 1289 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1285 class InvokeBlueprintOptimizationAsyncResponse < Struct.new( :invocation_arn) SENSITIVE = [] include Aws::Structure end |