Method: Aws::QuickSight::Types::CustomContentVisual#actions
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#actions ⇒ Array<Types::VisualCustomAction>
The list of custom actions that are configured for a 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 |