Class: Aws::SecurityIR::Types::CreateCaseResponse

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

#case_idString

A response element providing responses for requests to CreateCase. This element responds with the case ID.

Returns:

  • (String)


322
323
324
325
326
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 322

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