Class: Aws::QuickSight::Types::AssetBundleImportJobAnalysisOverrideParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobAnalysisOverrideParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The override parameters for a single analysis that is being imported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The ID of the analysis that you ant to apply overrides to.
-
#name ⇒ String
A new name for the analysis.
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis that you ant to apply overrides to.
1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1377 class AssetBundleImportJobAnalysisOverrideParameters < Struct.new( :analysis_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the analysis.
1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1377 class AssetBundleImportJobAnalysisOverrideParameters < Struct.new( :analysis_id, :name) SENSITIVE = [] include Aws::Structure end |