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)


1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1477

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)


1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1477

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