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 with the case status following the action.
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_date ⇒ Time
A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action.
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 |