Class: Aws::BedrockRuntime::Types::GetAsyncInvokeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GetAsyncInvokeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_arn ⇒ String
The invocation’s ARN.
Instance Attribute Details
#invocation_arn ⇒ String
The invocation’s ARN.
954 955 956 957 958 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 954 class GetAsyncInvokeRequest < Struct.new( :invocation_arn) SENSITIVE = [] include Aws::Structure end |