Class: Aws::BedrockAgent::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::S3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
An Amazon S3 location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uri ⇒ String
The location’s URI.
Instance Attribute Details
#uri ⇒ String
The location’s URI. For example, ‘s3://my-bucket/chunk-processor/`.
6499 6500 6501 6502 6503 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6499 class S3Location < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |