Class: Aws::SecurityIR::Types::UpdateCaseCommentRequest

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

Required element for UpdateCaseComment to identify the content for the comment to be updated.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1457

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

#case_idString

Required element for UpdateCaseComment to identify the case ID containing the comment to be updated.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1457

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

#comment_idString

Required element for UpdateCaseComment to identify the case ID to be updated.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1457

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