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)


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