Class: Aws::QuickSight::Types::AssetBundleImportJobThemeOverridePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobThemeOverridePermissions
- 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 theme IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permissions ⇒ Types::AssetBundleResourcePermissions
A list of permissions for the themes that you want to apply overrides to.
-
#theme_ids ⇒ Array<String>
A list of theme IDs that you want to apply overrides to.
Instance Attribute Details
#permissions ⇒ Types::AssetBundleResourcePermissions
A list of permissions for the themes that you want to apply overrides to.
2080 2081 2082 2083 2084 2085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2080 class AssetBundleImportJobThemeOverridePermissions < Struct.new( :theme_ids, :permissions) SENSITIVE = [] include Aws::Structure end |
#theme_ids ⇒ Array<String>
A list of theme IDs that you want to apply overrides to. You can use ‘*` to override all themes in this asset bundle.
2080 2081 2082 2083 2084 2085 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2080 class AssetBundleImportJobThemeOverridePermissions < Struct.new( :theme_ids, :permissions) SENSITIVE = [] include Aws::Structure end |