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.
140 141 142 143 144 145 146 |
# File 'gems/aws-sdk-bedrockruntime/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_id ⇒ String
A KMS encryption key ID.
140 141 142 143 144 145 146 |
# File 'gems/aws-sdk-bedrockruntime/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_uri ⇒ String
An object URI starting with s3://
.
140 141 142 143 144 145 146 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 140 class AsyncInvokeS3OutputDataConfig < Struct.new( :s3_uri, :kms_key_id, :bucket_owner) SENSITIVE = [] include Aws::Structure end |