Class: Aws::Support::Types::ResolveCaseResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#final_case_statusString

The status of the case after the ResolveCase request was processed.

Returns:

  • (String)


1285
1286
1287
1288
1289
1290
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1285

class ResolveCaseResponse < Struct.new(
  :initial_case_status,
  :final_case_status)
  SENSITIVE = []
  include Aws::Structure
end

#initial_case_statusString

The status of the case when the ResolveCase request was sent.

Returns:

  • (String)


1285
1286
1287
1288
1289
1290
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1285

class ResolveCaseResponse < Struct.new(
  :initial_case_status,
  :final_case_status)
  SENSITIVE = []
  include Aws::Structure
end