Class: Aws::QuickSight::Types::PanelTitleOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::PanelTitleOptions
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the title styles for each small multiples panel.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #font_configuration  ⇒ Types::FontConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Configures the display properties of the given text. 
- 
  
    
      #horizontal_text_alignment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Sets the horizontal text alignment of the title within each panel. 
- 
  
    
      #visibility  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Determines whether or not panel titles are displayed. 
Instance Attribute Details
#font_configuration ⇒ Types::FontConfiguration
Configures the display properties of the given text.
| 26389 26390 26391 26392 26393 26394 26395 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26389 class PanelTitleOptions < Struct.new( :visibility, :font_configuration, :horizontal_text_alignment) SENSITIVE = [] include Aws::Structure end | 
#horizontal_text_alignment ⇒ String
Sets the horizontal text alignment of the title within each panel.
| 26389 26390 26391 26392 26393 26394 26395 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26389 class PanelTitleOptions < Struct.new( :visibility, :font_configuration, :horizontal_text_alignment) SENSITIVE = [] include Aws::Structure end | 
#visibility ⇒ String
Determines whether or not panel titles are displayed.
| 26389 26390 26391 26392 26393 26394 26395 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26389 class PanelTitleOptions < Struct.new( :visibility, :font_configuration, :horizontal_text_alignment) SENSITIVE = [] include Aws::Structure end |