Class: Aws::QuickSight::Types::GutterStyle
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::GutterStyle
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
The display options for gutter spacing between tiles on a sheet.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #show  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
This Boolean value controls whether to display a gutter space between sheet tiles.
 
Instance Attribute Details
#show ⇒ Boolean
This Boolean value controls whether to display a gutter space between sheet tiles.
      20565 20566 20567 20568 20569  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20565 class GutterStyle < Struct.new( :show) SENSITIVE = [] include Aws::Structure end  |