Class: Aws::BedrockAgentRuntime::Types::S3Location

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#uriString

The path to the Amazon S3 bucket where the image is stored.

Returns:

  • (String)


9435
9436
9437
9438
9439
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9435

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