Class: Aws::QuickSight::Types::AssetBundleImportJobFolderOverridePermissions

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 folder IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#folder_idsArray<String>

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

Returns:

  • (Array<String>)


1754
1755
1756
1757
1758
1759
# File 'lib/aws-sdk-quicksight/types.rb', line 1754

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

#permissionsTypes::AssetBundleResourcePermissions

A structure that contains the permissions for the resource that you want to override in an asset bundle import job.



1754
1755
1756
1757
1758
1759
# File 'lib/aws-sdk-quicksight/types.rb', line 1754

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