Class: Aws::QuickSight::Types::LinkSharingConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::LinkSharingConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains the configuration of a shareable link to the dashboard.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #permissions  ⇒ Array<Types::ResourcePermission> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A structure that contains the permissions of a shareable link. 
Instance Attribute Details
#permissions ⇒ Array<Types::ResourcePermission>
A structure that contains the permissions of a shareable link.
| 22911 22912 22913 22914 22915 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22911 class LinkSharingConfiguration < Struct.new( :permissions) SENSITIVE = [] include Aws::Structure end |