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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1884
1885
1886
1887
1888
1889
1890
# File 'lib/aws-sdk-quicksight/types.rb', line 1884

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

#data_set_refresh_propertiesTypes::DataSetRefreshProperties

The refresh properties of a dataset.



1884
1885
1886
1887
1888
1889
1890
# File 'lib/aws-sdk-quicksight/types.rb', line 1884

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

#nameString

A new name for the dataset.

Returns:

  • (String)


1884
1885
1886
1887
1888
1889
1890
# File 'lib/aws-sdk-quicksight/types.rb', line 1884

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