Class: Aws::QuickSight::Types::AssetBundleImportJobDataSetOverridePermissions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::AssetBundleImportJobDataSetOverridePermissions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-quicksight/types.rb
 
Overview
An object that contains a list of permissions to be applied to a list of dataset IDs.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_set_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of dataset IDs that you want to apply overrides to.
 - 
  
    
      #permissions  ⇒ Types::AssetBundleResourcePermissions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of permissions for the datasets that you want to apply overrides to.
 
Instance Attribute Details
#data_set_ids ⇒ Array<String>
A list of dataset IDs that you want to apply overrides to. You can use ‘*` to override all datasets in this asset bundle.
      1535 1536 1537 1538 1539 1540  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 1535 class AssetBundleImportJobDataSetOverridePermissions < Struct.new( :data_set_ids, :permissions) SENSITIVE = [] include Aws::Structure end  | 
  
#permissions ⇒ Types::AssetBundleResourcePermissions
A list of permissions for the datasets that you want to apply overrides to.
      1535 1536 1537 1538 1539 1540  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 1535 class AssetBundleImportJobDataSetOverridePermissions < Struct.new( :data_set_ids, :permissions) SENSITIVE = [] include Aws::Structure end  |