Class: Aws::ConnectCases::Types::UpdateLayoutRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConnectCases::Types::UpdateLayoutRequest
 
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #content  ⇒ Types::LayoutContent 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about which fields will be present in the layout, the order of the fields. 
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the Cases domain. 
- 
  
    
      #layout_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the layout. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the layout. 
Instance Attribute Details
#content ⇒ Types::LayoutContent
Information about which fields will be present in the layout, the order of the fields.
| 3617 3618 3619 3620 3621 3622 3623 3624 | # File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3617 class UpdateLayoutRequest < Struct.new( :domain_id, :layout_id, :name, :content) SENSITIVE = [] include Aws::Structure end | 
#domain_id ⇒ String
The unique identifier of the Cases domain.
| 3617 3618 3619 3620 3621 3622 3623 3624 | # File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3617 class UpdateLayoutRequest < Struct.new( :domain_id, :layout_id, :name, :content) SENSITIVE = [] include Aws::Structure end | 
#layout_id ⇒ String
The unique identifier of the layout.
| 3617 3618 3619 3620 3621 3622 3623 3624 | # File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3617 class UpdateLayoutRequest < Struct.new( :domain_id, :layout_id, :name, :content) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the layout. It must be unique per domain.
| 3617 3618 3619 3620 3621 3622 3623 3624 | # File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3617 class UpdateLayoutRequest < Struct.new( :domain_id, :layout_id, :name, :content) SENSITIVE = [] include Aws::Structure end |