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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



2785
2786
2787
2788
2789
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2785

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