Class: Aws::SecurityIR::Types::UpdateCaseCommentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::UpdateCaseCommentResponse
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:body]
Instance Attribute Summary collapse
-
#body ⇒ String
Response element for UpdateCaseComment providing the updated comment content.
-
#comment_id ⇒ String
Response element for UpdateCaseComment providing the updated comment ID.
Instance Attribute Details
#body ⇒ String
Response element for UpdateCaseComment providing the updated comment content.
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_id ⇒ String
Response element for UpdateCaseComment providing the updated comment ID.
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 |