Class: Aws::BedrockRuntime::Types::StartAsyncInvokeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_arnString

The ARN of the invocation.

Returns:

  • (String)


4304
4305
4306
4307
4308
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4304

class StartAsyncInvokeResponse < Struct.new(
  :invocation_arn)
  SENSITIVE = []
  include Aws::Structure
end