Class: Aws::QuickSight::Types::AssetBundleResourceLinkSharingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#permissionsTypes::AssetBundleResourcePermissions

A list of link sharing permissions for the dashboards that you want to apply overrides to.



2127
2128
2129
2130
2131
# File 'lib/aws-sdk-quicksight/types.rb', line 2127

class AssetBundleResourceLinkSharingConfiguration < Struct.new(
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end