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

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



2319
2320
2321
2322
2323
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2319

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