Class: Aws::QuickSight::Types::AssetBundleResourceLinkSharingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleResourceLinkSharingConfiguration
- Includes:
- Structure
- Defined in:
- 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.
2260 2261 2262 2263 2264 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2260 class AssetBundleResourceLinkSharingConfiguration < Struct.new( :permissions) SENSITIVE = [] include Aws::Structure end |