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.
1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1007 class GetBlueprintOptimizationStatusRequest < Struct.new( :invocation_arn) SENSITIVE = [] include Aws::Structure end |