Class: Aws::QuickSight::Types::AssetBundleImportJobDashboardOverrideParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobDashboardOverrideParameters
- 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
-
#dashboard_id ⇒ String
The ID of the dashboard that you want to apply overrides to.
-
#name ⇒ String
A new name for the dashboard.
Instance Attribute Details
#dashboard_id ⇒ String
The ID of the dashboard that you want to apply overrides to.
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 |
#name ⇒ String
A new name for the dashboard.
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 |