Method: Aws::QuickSight::Types::CustomContentVisual#visual_id
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#visual_id ⇒ String
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
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 |