Class: Aws::SecurityIR::Types::CloseCaseResponse

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

A response element providing responses for requests to CloseCase. This element responds with the case status following the action.

Returns:

  • (String)


164
165
166
167
168
169
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 164

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

#closed_dateTime

A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action.

Returns:

  • (Time)


164
165
166
167
168
169
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 164

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