Class: Aws::QuickSight::Types::BodySectionContent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#layoutTypes::SectionLayoutConfiguration

The layout configuration of a body section.



3025
3026
3027
3028
3029
# File 'lib/aws-sdk-quicksight/types.rb', line 3025

class BodySectionContent < Struct.new(
  :layout)
  SENSITIVE = []
  include Aws::Structure
end