Method: Aws::QuickSight::Types::CustomContentVisual#visual_content_alt_text
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#visual_content_alt_text ⇒ String
The alt text for the visual.
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 |