Class: Aws::QuickSight::Types::AssetBundleImportJobFolderOverrideParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#folder_idString

The ID of the folder that you want to apply overrides to.

Returns:

  • (String)


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

#nameString

A new name for the folder.

Returns:

  • (String)


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_arnString

A new parent folder arn. This change can only be applied if the import creates a brand new folder. Existing folders cannot be moved.

Returns:

  • (String)


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