Class: Aws::QuickSight::Types::LinkSharingConfiguration

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 shareable link to the dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permissionsArray<Types::ResourcePermission>

A structure that contains the permissions of a shareable link.

Returns:



18354
18355
18356
18357
18358
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18354

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