Class: Aws::BedrockAgentRuntime::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::S3Location
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Information about the Amazon S3 bucket where the image is stored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uri ⇒ String
The path to the Amazon S3 bucket where the image is stored.
Instance Attribute Details
#uri ⇒ String
The path to the Amazon S3 bucket where the image is stored.
8251 8252 8253 8254 8255 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8251 class S3Location < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |