Class: Aws::BedrockRuntime::Types::AsyncInvokeS3OutputDataConfig

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

Overview

Asynchronous invocation output data settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_owner ⇒ String

If the bucket belongs to another AWS account, specify that account's ID.

Returns:

  • (String)


202
203
204
205
206
207
208
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 202

class AsyncInvokeS3OutputDataConfig < Struct.new(
  :s3_uri,
  :kms_key_id,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_id ⇒ String

A KMS encryption key ID.

Returns:

  • (String)


202
203
204
205
206
207
208
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 202

class AsyncInvokeS3OutputDataConfig < Struct.new(
  :s3_uri,
  :kms_key_id,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uri ⇒ String

An object URI starting with s3://.

Returns:

  • (String)


202
203
204
205
206
207
208
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 202

class AsyncInvokeS3OutputDataConfig < Struct.new(
  :s3_uri,
  :kms_key_id,
  :bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end