Class: Aws::QuickSight::Types::AssetBundleResourceLinkSharingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleResourceLinkSharingConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains the configuration of a shared link to an Amazon QuickSight dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permissions ⇒ Types::AssetBundleResourcePermissions
A list of link sharing permissions for the dashboards that you want to apply overrides to.
Instance Attribute Details
#permissions ⇒ Types::AssetBundleResourcePermissions
A list of link sharing permissions for the dashboards that you want to apply overrides to.
2267 2268 2269 2270 2271 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2267 class AssetBundleResourceLinkSharingConfiguration < Struct.new( :permissions) SENSITIVE = [] include Aws::Structure end |