Class: Aws::QuickSight::Types::BodySectionContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BodySectionContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of content in a body section.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layout ⇒ Types::SectionLayoutConfiguration
The layout configuration of a body section.
Instance Attribute Details
#layout ⇒ Types::SectionLayoutConfiguration
The layout configuration of a body section.
2991 2992 2993 2994 2995 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2991 class BodySectionContent < Struct.new( :layout) SENSITIVE = [] include Aws::Structure end |