Class: Aws::QuickSight::Types::AssetBundleImportJobDataSetOverrideParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The override parameters for a single dataset that is being imported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_idString

The ID of the dataset to apply overrides to.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1325

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

#nameString

A new name for the dataset.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1325

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