Class: Aws::ConnectCases::Types::BasicLayout
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::BasicLayout
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Content specific to ‘BasicLayout` type. It configures fields in the top panel and More Info tab of agent application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#more_info ⇒ Types::LayoutSections
This represents sections in a tab of the page layout.
-
#top_panel ⇒ Types::LayoutSections
This represents sections in a panel of the page layout.
Instance Attribute Details
#more_info ⇒ Types::LayoutSections
This represents sections in a tab of the page layout.
174 175 176 177 178 179 |
# File 'lib/aws-sdk-connectcases/types.rb', line 174 class BasicLayout < Struct.new( :more_info, :top_panel) SENSITIVE = [] include Aws::Structure end |
#top_panel ⇒ Types::LayoutSections
This represents sections in a panel of the page layout.
174 175 176 177 178 179 |
# File 'lib/aws-sdk-connectcases/types.rb', line 174 class BasicLayout < Struct.new( :more_info, :top_panel) SENSITIVE = [] include Aws::Structure end |