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)


641
642
643
644
645
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 641

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