Class: Aws::ConnectCases::Types::BasicLayout

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

Instance Attribute Details

#more_infoTypes::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_panelTypes::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