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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


25488
25489
25490
25491
25492
25493
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25488

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:



25488
25489
25490
25491
25492
25493
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25488

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