Class: Aws::QuickSight::Types::VisualTitleLabelOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::VisualTitleLabelOptions
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The title label options for a visual.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #format_text  ⇒ Types::ShortFormatText 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The short text format of the title label, such as plain text or rich text. 
- 
  
    
      #visibility  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The visibility of the title label. 
Instance Attribute Details
#format_text ⇒ Types::ShortFormatText
The short text format of the title label, such as plain text or rich text.
| 41603 41604 41605 41606 41607 41608 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41603 class VisualTitleLabelOptions < Struct.new( :visibility, :format_text) SENSITIVE = [] include Aws::Structure end | 
#visibility ⇒ String
The visibility of the title label.
| 41603 41604 41605 41606 41607 41608 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41603 class VisualTitleLabelOptions < Struct.new( :visibility, :format_text) SENSITIVE = [] include Aws::Structure end |