Class: Aws::QuickSight::Types::AssetBundleImportJobFolderOverrideParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobFolderOverrideParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The override parameters for a single folder that is being imported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#folder_id ⇒ String
The ID of the folder that you want to apply overrides to.
-
#name ⇒ String
A new name for the folder.
-
#parent_folder_arn ⇒ String
A new parent folder arn.
Instance Attribute Details
#folder_id ⇒ String
The ID of the folder that you want to apply overrides to.
1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1736 class AssetBundleImportJobFolderOverrideParameters < Struct.new( :folder_id, :name, :parent_folder_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the folder.
1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1736 class AssetBundleImportJobFolderOverrideParameters < Struct.new( :folder_id, :name, :parent_folder_arn) SENSITIVE = [] include Aws::Structure end |
#parent_folder_arn ⇒ String
A new parent folder arn. This change can only be applied if the import creates a brand new folder. Existing folders cannot be moved.
1736 1737 1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1736 class AssetBundleImportJobFolderOverrideParameters < Struct.new( :folder_id, :name, :parent_folder_arn) SENSITIVE = [] include Aws::Structure end |