Class: Aws::QuickSight::Types::SectionStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SectionStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that style a section.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#height ⇒ String
The height of a section.
-
#padding ⇒ Types::Spacing
The spacing between section content and its top, bottom, left, and right edges.
Instance Attribute Details
#height ⇒ String
The height of a section.
Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.
27825 27826 27827 27828 27829 27830 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27825 class SectionStyle < Struct.new( :height, :padding) SENSITIVE = [] include Aws::Structure end |
#padding ⇒ Types::Spacing
The spacing between section content and its top, bottom, left, and right edges.
There is no padding by default.
27825 27826 27827 27828 27829 27830 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27825 class SectionStyle < Struct.new( :height, :padding) SENSITIVE = [] include Aws::Structure end |