Class: Aws::ConnectCases::Types::LayoutSections

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

Ordered list containing different kinds of sections that can be added. A LayoutSections object can only contain one section.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sectionsArray<Types::Section>

Ordered list containing different kinds of sections that can be added.

Returns:



1629
1630
1631
1632
1633
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1629

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