Class: Aws::BedrockDataAutomationRuntime::Types::InvokeDataAutomationAsyncResponse

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

Overview

Invoke Data Automation Async Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_arnString

ARN of the automation job

Returns:

  • (String)


272
273
274
275
276
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 272

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