Class: Aws::DataExchange::Types::S3DataAccessDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::S3DataAccessDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Extra details specific to the affected scope in this S3 Data Access data set.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #key_prefixes  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of the key prefixes affected by this notification.
 - 
  
    
      #keys  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of the keys affected by this notification.
 
Instance Attribute Details
#key_prefixes ⇒ Array<String>
A list of the key prefixes affected by this notification. This can have up to 50 entries.
      3635 3636 3637 3638 3639 3640  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3635 class S3DataAccessDetails < Struct.new( :key_prefixes, :keys) SENSITIVE = [] include Aws::Structure end  | 
  
#keys ⇒ Array<String>
A list of the keys affected by this notification. This can have up to 50 entries.
      3635 3636 3637 3638 3639 3640  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3635 class S3DataAccessDetails < Struct.new( :key_prefixes, :keys) SENSITIVE = [] include Aws::Structure end  |