Class: Aws::ConnectCases::Types::ConnectCaseInputContent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

Represents the content of a ConnectCase related item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

A unique identifier of the case.

Returns:

  • (String)


617
618
619
620
621
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 617

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