Class: Aws::QuickSight::Types::DeleteCustomPermissionsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::DeleteCustomPermissionsRequest
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #aws_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Amazon Web Services account that contains the custom permissions profile that you want to delete. 
- 
  
    
      #custom_permissions_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the custom permissions profile that you want to delete. 
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the custom permissions profile that you want to delete.
| 11855 11856 11857 11858 11859 11860 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11855 class DeleteCustomPermissionsRequest < Struct.new( :aws_account_id, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end | 
#custom_permissions_name ⇒ String
The name of the custom permissions profile that you want to delete.
| 11855 11856 11857 11858 11859 11860 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11855 class DeleteCustomPermissionsRequest < Struct.new( :aws_account_id, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |