Class: Aws::ConnectCases::Types::LayoutSections
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::LayoutSections
- 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
-
#sections ⇒ Array<Types::Section>
Ordered list containing different kinds of sections that can be added.
Instance Attribute Details
#sections ⇒ Array<Types::Section>
Ordered list containing different kinds of sections that can be added.
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 |