Class: Aws::SecurityIR::Types::CreateCaseCommentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::CreateCaseCommentResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment_id ⇒ String
Response element indicating the new comment ID.
Instance Attribute Details
#comment_id ⇒ String
Response element indicating the new comment ID.
265 266 267 268 269 |
# File 'lib/aws-sdk-securityir/types.rb', line 265 class CreateCaseCommentResponse < Struct.new( :comment_id) SENSITIVE = [] include Aws::Structure end |