Class: Aws::QuickSight::Types::AssetBundleImportJobDashboardOverrideParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The override parameters for a single dashboard that is being imported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_idString

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

Returns:

  • (String)


1439
1440
1441
1442
1443
1444
# File 'lib/aws-sdk-quicksight/types.rb', line 1439

class AssetBundleImportJobDashboardOverrideParameters < Struct.new(
  :dashboard_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A new name for the dashboard.

Returns:

  • (String)


1439
1440
1441
1442
1443
1444
# File 'lib/aws-sdk-quicksight/types.rb', line 1439

class AssetBundleImportJobDashboardOverrideParameters < Struct.new(
  :dashboard_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end