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

#permissions ⇒ Types::AssetBundleResourcePermissions

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



2853
2854
2855
2856
2857
2858
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2853

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.

Returns:

  • (Array<String>)


2853
2854
2855
2856
2857
2858
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2853

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