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)


2404
2405
2406
2407
2408
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2404

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