Class: Aws::SecurityIR::Types::UpdateCaseStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::UpdateCaseStatusResponse
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_status ⇒ String
Response element for UpdateCaseStatus showing the newly configured status.
Instance Attribute Details
#case_status ⇒ String
Response element for UpdateCaseStatus showing the newly configured status.
1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1417 class UpdateCaseStatusResponse < Struct.new( :case_status) SENSITIVE = [] include Aws::Structure end |