Class: Aws::Connect::Types::S3Config
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::S3Config
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the Amazon Simple Storage Service (Amazon S3) storage type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bucket_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 bucket name.
 - 
  
    
      #bucket_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 bucket prefix.
 - 
  
    
      #encryption_config  ⇒ Types::EncryptionConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 encryption configuration.
 
Instance Attribute Details
#bucket_name ⇒ String
The S3 bucket name.
      19736 19737 19738 19739 19740 19741 19742  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19736 class S3Config < Struct.new( :bucket_name, :bucket_prefix, :encryption_config) SENSITIVE = [] include Aws::Structure end  | 
  
#bucket_prefix ⇒ String
The S3 bucket prefix.
      19736 19737 19738 19739 19740 19741 19742  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19736 class S3Config < Struct.new( :bucket_name, :bucket_prefix, :encryption_config) SENSITIVE = [] include Aws::Structure end  | 
  
#encryption_config ⇒ Types::EncryptionConfig
The Amazon S3 encryption configuration.
      19736 19737 19738 19739 19740 19741 19742  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19736 class S3Config < Struct.new( :bucket_name, :bucket_prefix, :encryption_config) SENSITIVE = [] include Aws::Structure end  |