Class: Aws::BedrockDataAutomation::Types::GetBlueprintOptimizationStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::GetBlueprintOptimizationStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Structure for request of GetBlueprintOptimizationStatus API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_arn ⇒ String
Invocation arn.
Instance Attribute Details
#invocation_arn ⇒ String
Invocation arn.
1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1429 class GetBlueprintOptimizationStatusRequest < Struct.new( :invocation_arn) SENSITIVE = [] include Aws::Structure end |