Class: Aws::SecurityIR::Types::UpdateCaseStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::UpdateCaseStatusResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
1836 1837 1838 1839 1840 |
# File 'lib/aws-sdk-securityir/types.rb', line 1836 class UpdateCaseStatusResponse < Struct.new( :case_status) SENSITIVE = [] include Aws::Structure end |