Class: Aws::QuickSight::Types::HeaderFooterSectionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The configuration of a header or footer section.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layout ⇒ Types::SectionLayoutConfiguration

The layout configuration of the header or footer section.



27651
27652
27653
27654
27655
27656
27657
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27651

class HeaderFooterSectionConfiguration < Struct.new(
  :section_id,
  :layout,
  :style)
  SENSITIVE = []
  include Aws::Structure
end

#section_id ⇒ String

The unique identifier of the header or footer section.

Returns:

  • (String)


27651
27652
27653
27654
27655
27656
27657
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27651

class HeaderFooterSectionConfiguration < Struct.new(
  :section_id,
  :layout,
  :style)
  SENSITIVE = []
  include Aws::Structure
end

#style ⇒ Types::SectionStyle

The style options of a header or footer section.

Returns:



27651
27652
27653
27654
27655
27656
27657
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27651

class HeaderFooterSectionConfiguration < Struct.new(
  :section_id,
  :layout,
  :style)
  SENSITIVE = []
  include Aws::Structure
end