Class: Aws::BedrockAgent::Types::S3Location

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

An Amazon S3 location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#uriString

The location’s URI. For example, ‘s3://my-bucket/chunk-processor/`.

Returns:

  • (String)


6445
6446
6447
6448
6449
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6445

class S3Location < Struct.new(
  :uri)
  SENSITIVE = []
  include Aws::Structure
end