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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1286

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

#nameString

A new name for the dashboard.

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1286

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