Class: Aws::SecurityIR::Types::UpdateCaseCommentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:body]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

Response element for UpdateCaseComment providing the updated comment content.

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1676

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

#comment_idString

Response element for UpdateCaseComment providing the updated comment ID.

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1676

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