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

#layoutTypes::SectionLayoutConfiguration

The layout configuration of the header or footer section.



16524
16525
16526
16527
16528
16529
16530
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16524

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

#section_idString

The unique identifier of the header or footer section.

Returns:

  • (String)


16524
16525
16526
16527
16528
16529
16530
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16524

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

#styleTypes::SectionStyle

The style options of a header or footer section.

Returns:



16524
16525
16526
16527
16528
16529
16530
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16524

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