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)


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