Class: Aws::SecurityIR::Types::UpdateCaseStatusResponse

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_statusString

Response element for UpdateCaseStatus showing the newly configured status.

Returns:

  • (String)


1632
1633
1634
1635
1636
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1632

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