Class: Aws::QuickSight::Types::AssetBundleImportJobDashboardOverridePermissions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

An object that contains a list of permissions to be applied to a list of dashboard IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_idsArray<String>

A list of dashboard IDs that you want to apply overrides to. You can use ‘*` to override all dashboards in this asset bundle.

Returns:

  • (Array<String>)


1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-quicksight/types.rb', line 1313

class AssetBundleImportJobDashboardOverridePermissions < Struct.new(
  :dashboard_ids,
  :permissions,
  :link_sharing_configuration)
  SENSITIVE = []
  include Aws::Structure
end

A structure that contains the link sharing configurations that you want to apply overrides to.



1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-quicksight/types.rb', line 1313

class AssetBundleImportJobDashboardOverridePermissions < Struct.new(
  :dashboard_ids,
  :permissions,
  :link_sharing_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsTypes::AssetBundleResourcePermissions

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



1313
1314
1315
1316
1317
1318
1319
# File 'lib/aws-sdk-quicksight/types.rb', line 1313

class AssetBundleImportJobDashboardOverridePermissions < Struct.new(
  :dashboard_ids,
  :permissions,
  :link_sharing_configuration)
  SENSITIVE = []
  include Aws::Structure
end