Class: Aws::BedrockAgentRuntime::Types::S3ObjectDoc
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::S3ObjectDoc
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The unique wrapper object of the document from the S3 location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uri ⇒ String
The file location of the S3 wrapper object.
Instance Attribute Details
#uri ⇒ String
The file location of the S3 wrapper object.
4567 4568 4569 4570 4571 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4567 class S3ObjectDoc < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |