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/`.
      6527 6528 6529 6530 6531  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6527 class S3Location < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end  |