Class: Aws::BedrockAgentRuntime::Types::S3ObjectFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::S3ObjectFile
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains details of the s3 object where the source file is located.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uri ⇒ String
The uri of the s3 object.
Instance Attribute Details
#uri ⇒ String
The uri of the s3 object.
4619 4620 4621 4622 4623 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4619 class S3ObjectFile < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |