Class: Aws::QuickSight::Types::ImageMenuOption
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::ImageMenuOption
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-quicksight/types.rb
 
Overview
The menu options for the interactions of an image.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #availability_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The availability status of the image menu.
 
Instance Attribute Details
#availability_status ⇒ String
The availability status of the image menu. If the value of this property is set to ‘ENABLED`, dashboard readers can interact with the image menu.
      19449 19450 19451 19452 19453  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 19449 class ImageMenuOption < Struct.new( :availability_status) SENSITIVE = [] include Aws::Structure end  |