Class: Aws::QuickSight::Types::ImageInteractionOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The general image interactions setup for image publish options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_menu_optionTypes::ImageMenuOption

The menu options for the image.



19717
19718
19719
19720
19721
# File 'lib/aws-sdk-quicksight/types.rb', line 19717

class ImageInteractionOptions < Struct.new(
  :image_menu_option)
  SENSITIVE = []
  include Aws::Structure
end