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
Comment
on a case. -
#content_type ⇒ String
Type of the text in the box of a
Comment
on a case.
Instance Attribute Details
#body ⇒ String
Text in the body of a Comment
on a case.
333 334 335 336 337 338 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 333 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.
333 334 335 336 337 338 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 333 class CommentContent < Struct.new( :body, :content_type) SENSITIVE = [] include Aws::Structure end |