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)


1392
1393
1394
1395
1396
1397
# File 'lib/aws-sdk-quicksight/types.rb', line 1392

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

#nameString

A new name for the dashboard.

Returns:

  • (String)


1392
1393
1394
1395
1396
1397
# File 'lib/aws-sdk-quicksight/types.rb', line 1392

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