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)


1656
1657
1658
1659
1660
1661
1662
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1656

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)


1656
1657
1658
1659
1660
1661
1662
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1656

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)


1656
1657
1658
1659
1660
1661
1662
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1656

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