Class: Aws::QuickSight::Types::AssetBundleImportJobAnalysisOverridePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobAnalysisOverridePermissions
- 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 analysis IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_ids ⇒ Array<String>
A list of analysis IDs that you want to apply overrides to.
-
#permissions ⇒ Types::AssetBundleResourcePermissions
A list of permissions for the analyses that you want to apply overrides to.
Instance Attribute Details
#analysis_ids ⇒ Array<String>
A list of analysis IDs that you want to apply overrides to. You can use ‘*` to override all analyses in this asset bundle.
1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1399 class AssetBundleImportJobAnalysisOverridePermissions < Struct.new( :analysis_ids, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Types::AssetBundleResourcePermissions
A list of permissions for the analyses that you want to apply overrides to.
1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1399 class AssetBundleImportJobAnalysisOverridePermissions < Struct.new( :analysis_ids, :permissions) SENSITIVE = [] include Aws::Structure end |