Method: Aws::QuickSight::Types::AssetBundleExportJobDataSetOverrideProperties#arn
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#arn ⇒ String
The ARN of the specific ‘DataSet` resource whose override properties are configured in this structure.
1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1173 class AssetBundleExportJobDataSetOverrideProperties < Struct.new( :arn, :properties) SENSITIVE = [] include Aws::Structure end |