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)


1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1276

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)


1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1276

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