Class: Aws::ConnectCases::Types::CreateFieldRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConnectCases::Types::CreateFieldRequest
 
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the field. 
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the Cases domain. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the field. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Defines the data type, some system constraints, and default display of the field. 
Instance Attribute Details
#description ⇒ String
The description of the field.
| 858 859 860 861 862 863 864 865 | # File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 858 class CreateFieldRequest < Struct.new( :domain_id, :name, :type, :description) SENSITIVE = [] include Aws::Structure end | 
#domain_id ⇒ String
The unique identifier of the Cases domain.
| 858 859 860 861 862 863 864 865 | # File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 858 class CreateFieldRequest < Struct.new( :domain_id, :name, :type, :description) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the field.
| 858 859 860 861 862 863 864 865 | # File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 858 class CreateFieldRequest < Struct.new( :domain_id, :name, :type, :description) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
Defines the data type, some system constraints, and default display of the field.
| 858 859 860 861 862 863 864 865 | # File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 858 class CreateFieldRequest < Struct.new( :domain_id, :name, :type, :description) SENSITIVE = [] include Aws::Structure end |