Class: Aws::SecurityIR::Types::CreateCaseCommentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::CreateCaseCommentResponse
- Defined in:
- gems/aws-sdk-securityir/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.
225 226 227 228 229 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 225 class CreateCaseCommentResponse < Struct.new( :comment_id) SENSITIVE = [] include Aws::Structure end |