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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityir/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)


240
241
242
243
244
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 240

class CreateCaseCommentResponse < Struct.new(
  :comment_id)
  SENSITIVE = []
  include Aws::Structure
end