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.
-
#name ⇒ String
A new name for the dataset.
Instance Attribute Details
#data_set_id ⇒ String
The ID of the dataset to apply overrides to.
1508 1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1508 class AssetBundleImportJobDataSetOverrideParameters < Struct.new( :data_set_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the dataset.
1508 1509 1510 1511 1512 1513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1508 class AssetBundleImportJobDataSetOverrideParameters < Struct.new( :data_set_id, :name) SENSITIVE = [] include Aws::Structure end |