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

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


1224
1225
1226
1227
1228
1229
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1224

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

#nameString

A new name for the analysis.

Returns:

  • (String)


1224
1225
1226
1227
1228
1229
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1224

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