Class: Aws::QuickSight::Types::AssetBundleImportJobThemeOverridePermissions

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permissionsTypes::AssetBundleResourcePermissions

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



1841
1842
1843
1844
1845
1846
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1841

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

#theme_idsArray<String>

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

Returns:

  • (Array<String>)


1841
1842
1843
1844
1845
1846
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1841

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