Class: Aws::BedrockAgent::Types::S3Identifier
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::S3Identifier
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
The identifier for the S3 resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_bucket_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A bucket in S3.
 - 
  
    
      #s3_object_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A object key in S3.
 
Instance Attribute Details
#s3_bucket_name ⇒ String
A bucket in S3.
      2813 2814 2815 2816 2817 2818  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2813 class S3Identifier < Struct.new( :s3_bucket_name, :s3_object_key) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_object_key ⇒ String
A object key in S3.
      2813 2814 2815 2816 2817 2818  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2813 class S3Identifier < Struct.new( :s3_bucket_name, :s3_object_key) SENSITIVE = [] include Aws::Structure end  |