Class: Aws::Support::Types::ResolveCaseRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-support/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

Returns:

  • (String)


1276
1277
1278
1279
1280
# File 'lib/aws-sdk-support/types.rb', line 1276

class ResolveCaseRequest < Struct.new(
  :case_id)
  SENSITIVE = []
  include Aws::Structure
end