Class: Aws::QuickSight::Types::AssetBundleImportJobDataSetOverrideParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobDataSetOverrideParameters
- 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
-
#data_set_id ⇒ String
The ID of the dataset to apply overrides to.
-
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
The refresh properties of a dataset.
-
#name ⇒ String
A new name for the dataset.
Instance Attribute Details
#data_set_id ⇒ String
The ID of the dataset to apply overrides to.
1765 1766 1767 1768 1769 1770 1771 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1765 class AssetBundleImportJobDataSetOverrideParameters < Struct.new( :data_set_id, :name, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
The refresh properties of a dataset.
1765 1766 1767 1768 1769 1770 1771 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1765 class AssetBundleImportJobDataSetOverrideParameters < Struct.new( :data_set_id, :name, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the dataset.
1765 1766 1767 1768 1769 1770 1771 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1765 class AssetBundleImportJobDataSetOverrideParameters < Struct.new( :data_set_id, :name, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |