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

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

Overview

Asynchronous invocation output data settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_ownerString

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

Returns:

  • (String)


140
141
142
143
144
145
146
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 140

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

#kms_key_idString

A KMS encryption key ID.

Returns:

  • (String)


140
141
142
143
144
145
146
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 140

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

#s3_uriString

An object URI starting with ‘s3://`.

Returns:

  • (String)


140
141
142
143
144
145
146
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 140

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