Class: Aws::ConnectCases::Types::BasicLayout
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConnectCases::Types::BasicLayout
 
- Defined in:
- gems/aws-sdk-connectcases/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 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 174 class BasicLayout < Struct.new( :top_panel, :more_info) 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 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 174 class BasicLayout < Struct.new( :top_panel, :more_info) SENSITIVE = [] include Aws::Structure end |