Class: Aws::QuickSight::Types::HeaderFooterSectionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::HeaderFooterSectionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a header or footer section.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layout ⇒ Types::SectionLayoutConfiguration
The layout configuration of the header or footer section.
-
#section_id ⇒ String
The unique identifier of the header or footer section.
-
#style ⇒ Types::SectionStyle
The style options of a header or footer section.
Instance Attribute Details
#layout ⇒ Types::SectionLayoutConfiguration
The layout configuration of the header or footer section.
18169 18170 18171 18172 18173 18174 18175 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18169 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.
18169 18170 18171 18172 18173 18174 18175 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18169 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.
18169 18170 18171 18172 18173 18174 18175 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18169 class HeaderFooterSectionConfiguration < Struct.new( :section_id, :layout, :style) SENSITIVE = [] include Aws::Structure end |