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

#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.

Returns:

  • (String)


41245
41246
41247
41248
41249
41250
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41245

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.

Returns:



41245
41246
41247
41248
41249
41250
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41245

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