Class: Aws::Support::Types::ResolveCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::ResolveCaseResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
1294 1295 1296 1297 1298 1299 |
# File 'lib/aws-sdk-support/types.rb', line 1294 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.
1294 1295 1296 1297 1298 1299 |
# File 'lib/aws-sdk-support/types.rb', line 1294 class ResolveCaseResponse < Struct.new( :initial_case_status, :final_case_status) SENSITIVE = [] include Aws::Structure end |