Method: Aws::QuickSight::Types::CustomContentVisual#data_set_identifier
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#data_set_identifier ⇒ String
The dataset that is used to create the custom content visual. You can’t create a visual without a dataset.
7797 7798 7799 7800 7801 7802 7803 7804 7805 7806 7807 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7797 class CustomContentVisual < Struct.new( :visual_id, :title, :subtitle, :chart_configuration, :actions, :data_set_identifier, :visual_content_alt_text) SENSITIVE = [] include Aws::Structure end |