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.
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_id ⇒ String
Response element for UpdateCaseComment providing the updated comment ID.
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 |