Class: Aws::QuickSight::Types::ImageInteractionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ImageInteractionOptions
- 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
-
#image_menu_option ⇒ Types::ImageMenuOption
The menu options for the image.
Instance Attribute Details
#image_menu_option ⇒ Types::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 |