Class: Aws::BedrockRuntime::Types::StartAsyncInvokeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::StartAsyncInvokeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_arn ⇒ String
The ARN of the invocation.
Instance Attribute Details
#invocation_arn ⇒ String
The ARN of the invocation.
2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2558 class StartAsyncInvokeResponse < Struct.new( :invocation_arn) SENSITIVE = [] include Aws::Structure end |