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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



19433
19434
19435
19436
19437
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19433

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