Class: Aws::QuickSight::Types::AssetBundleImportJobAnalysisOverrideParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#analysis_idString

The ID of the analysis that you ant to apply overrides to.

Returns:

  • (String)


1330
1331
1332
1333
1334
1335
# File 'lib/aws-sdk-quicksight/types.rb', line 1330

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

#nameString

A new name for the analysis.

Returns:

  • (String)


1330
1331
1332
1333
1334
1335
# File 'lib/aws-sdk-quicksight/types.rb', line 1330

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