Class: Aws::SecurityIR::Types::CreateCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::CreateCaseResponse
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
A response element providing responses for requests to CreateCase.
Instance Attribute Details
#case_id ⇒ String
A response element providing responses for requests to CreateCase. This element responds with the case ID.
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 |