Class: Aws::QuickSight::Types::AssetBundleImportJobFolderOverridePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobFolderOverridePermissions
- 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
-
#folder_ids ⇒ Array<String>
A list of folder IDs that you want to apply overrides to.
-
#permissions ⇒ Types::AssetBundleResourcePermissions
A structure that contains the permissions for the resource that you want to override in an asset bundle import job.
Instance Attribute Details
#folder_ids ⇒ Array<String>
A list of folder IDs that you want to apply overrides to. You can use ‘*` to override all folders in this asset bundle.
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 |
#permissions ⇒ Types::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 |