Class: Aws::BedrockRuntime::Types::GetAsyncInvokeRequest

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 invocation’s ARN.

Returns:

  • (String)


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