Class: Aws::ConnectCases::Types::CommentUpdateContent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcases/types.rb

Overview

Represents the updated content of a ‘Comment` related item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

Updated text in the body of a ‘Comment` on a case.

Returns:

  • (String)


619
620
621
622
623
624
# File 'lib/aws-sdk-connectcases/types.rb', line 619

class CommentUpdateContent < Struct.new(
  :body,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

Type of the text in the box of a ‘Comment` on a case.

Returns:

  • (String)


619
620
621
622
623
624
# File 'lib/aws-sdk-connectcases/types.rb', line 619

class CommentUpdateContent < Struct.new(
  :body,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end