Class: Aws::BedrockRuntime::Types::AsyncInvokeS3OutputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::AsyncInvokeS3OutputDataConfig
- 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
-
#bucket_owner ⇒ String
If the bucket belongs to another AWS account, specify that account's ID.
-
#kms_key_id ⇒ String
A KMS encryption key ID.
-
#s3_uri ⇒ String
An object URI starting with
s3://.
Instance Attribute Details
#bucket_owner ⇒ String
If the bucket belongs to another AWS account, specify that account's ID.
162 163 164 165 166 167 168 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 162 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.
162 163 164 165 166 167 168 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 162 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://.
162 163 164 165 166 167 168 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 162 class AsyncInvokeS3OutputDataConfig < Struct.new( :s3_uri, :kms_key_id, :bucket_owner) SENSITIVE = [] include Aws::Structure end |