Class: Aws::SecurityIR::Types::CreateCaseCommentResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comment_idString

Response element indicating the new comment ID.

Returns:

  • (String)


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