Class: Aws::Support::Types::ResolveCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::ResolveCaseResponse
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/types.rb
Overview
The status of the case returned by the ResolveCase operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#final_case_status ⇒ String
The status of the case after the ResolveCase request was processed.
-
#initial_case_status ⇒ String
The status of the case when the ResolveCase request was sent.
Instance Attribute Details
#final_case_status ⇒ String
The status of the case after the ResolveCase request was processed.
1113 1114 1115 1116 1117 1118 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1113 class ResolveCaseResponse < Struct.new( :initial_case_status, :final_case_status) SENSITIVE = [] include Aws::Structure end |
#initial_case_status ⇒ String
The status of the case when the ResolveCase request was sent.
1113 1114 1115 1116 1117 1118 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1113 class ResolveCaseResponse < Struct.new( :initial_case_status, :final_case_status) SENSITIVE = [] include Aws::Structure end |