Class: Aws::QuickSight::Types::AssetBundleImportJobDataSetOverridePermissions

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_idsArray<String>

A list of dataset IDs that you want to apply overrides to. You can use * to override all datasets in this asset bundle.

Returns:

  • (Array<String>)


1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1377

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

#permissionsTypes::AssetBundleResourcePermissions

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



1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1377

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