Class: Aws::QuickSight::Types::SectionStyle

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#heightString

The height of a section.

Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.

Returns:

  • (String)


25642
25643
25644
25645
25646
25647
# File 'lib/aws-sdk-quicksight/types.rb', line 25642

class SectionStyle < Struct.new(
  :height,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#paddingTypes::Spacing

The spacing between section content and its top, bottom, left, and right edges.

There is no padding by default.

Returns:



25642
25643
25644
25645
25646
25647
# File 'lib/aws-sdk-quicksight/types.rb', line 25642

class SectionStyle < Struct.new(
  :height,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end