Class: Aws::ConnectCases::Types::CommentContent
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConnectCases::Types::CommentContent
 
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Represents the content of a Comment to be returned to agents.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Text in the body of a Commenton a case.
- 
  
    
      #content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Type of the text in the box of a Commenton a case.
Instance Attribute Details
#body ⇒ String
Text in the body of a Comment on a case.
| 550 551 552 553 554 555 | # File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 550 class CommentContent < Struct.new( :body, :content_type) SENSITIVE = [] include Aws::Structure end | 
#content_type ⇒ String
Type of the text in the box of a Comment on a case.
| 550 551 552 553 554 555 | # File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 550 class CommentContent < Struct.new( :body, :content_type) SENSITIVE = [] include Aws::Structure end |