Class: Aws::SecurityIR::Types::CloseCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::CloseCaseResponse
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_status ⇒ String
A response element providing responses for requests to CloseCase.
-
#closed_date ⇒ Time
A response element providing responses for requests to CloseCase.
Instance Attribute Details
#case_status ⇒ String
A response element providing responses for requests to CloseCase.
This element responds Closed
if successful.
172 173 174 175 176 177 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 172 class CloseCaseResponse < Struct.new( :case_status, :closed_date) SENSITIVE = [] include Aws::Structure end |
#closed_date ⇒ Time
A response element providing responses for requests to CloseCase. This element responds with the ISO-8601 formatted timestamp of the moment when the case was closed.
172 173 174 175 176 177 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 172 class CloseCaseResponse < Struct.new( :case_status, :closed_date) SENSITIVE = [] include Aws::Structure end |